Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / SynchronousReceiveElement.cs / 1 / SynchronousReceiveElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System.Configuration; public sealed partial class SynchronousReceiveElement : BehaviorExtensionElement { public SynchronousReceiveElement() { } protected internal override object CreateBehavior() { return new System.ServiceModel.Description.SynchronousReceiveBehavior(); } public override Type BehaviorType { get { return typeof(System.ServiceModel.Description.SynchronousReceiveBehavior); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- _ListenerAsyncResult.cs
- ImageAttributes.cs
- BitmapMetadataEnumerator.cs
- LogicalMethodInfo.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- HtmlEmptyTagControlBuilder.cs
- SymmetricKeyWrap.cs
- TimelineGroup.cs
- OleDbConnection.cs
- EdgeProfileValidation.cs
- OutputCacheProfileCollection.cs
- BaseParagraph.cs
- ModifierKeysConverter.cs
- CookielessHelper.cs
- _DynamicWinsockMethods.cs
- StrokeRenderer.cs
- DecryptRequest.cs
- CodeParameterDeclarationExpression.cs
- DefinitionBase.cs
- SortQuery.cs
- CodeSnippetTypeMember.cs
- Int32CollectionValueSerializer.cs
- Composition.cs
- SafeCertificateContext.cs
- PackWebRequest.cs
- Font.cs
- LinqDataSourceEditData.cs
- TimeSpanStorage.cs
- CodeStatementCollection.cs
- SafeNativeMethodsOther.cs
- PropertyValueChangedEvent.cs
- PanningMessageFilter.cs
- HealthMonitoringSectionHelper.cs
- Decorator.cs
- PathSegment.cs
- ITextView.cs
- SBCSCodePageEncoding.cs
- _FtpControlStream.cs
- TextDocumentView.cs
- MetadataSource.cs
- BuildDependencySet.cs
- GCHandleCookieTable.cs
- ConfigUtil.cs
- DescendantBaseQuery.cs
- DriveNotFoundException.cs
- PointHitTestParameters.cs
- SafeRightsManagementSessionHandle.cs
- CLSCompliantAttribute.cs
- WebPartsSection.cs
- DetailsViewRowCollection.cs
- VolatileResourceManager.cs
- CodeAssignStatement.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- BrowserInteropHelper.cs
- DynamicValidatorEventArgs.cs
- NamedPermissionSet.cs
- FakeModelPropertyImpl.cs
- TrailingSpaceComparer.cs
- GeneratedCodeAttribute.cs
- CachedCompositeFamily.cs
- PolicyManager.cs
- SmtpAuthenticationManager.cs
- DataReaderContainer.cs
- SecurityTokenParametersEnumerable.cs
- Int32Storage.cs
- EntityProxyTypeInfo.cs
- IndentTextWriter.cs
- ApplicationDirectory.cs
- CodePageUtils.cs
- MasterPage.cs
- CodeTypeDeclarationCollection.cs
- DesignerAutoFormatCollection.cs
- ListenerServiceInstallComponent.cs
- ThreadInterruptedException.cs
- FixedTextBuilder.cs
- SqlPersistenceProviderFactory.cs
- ProfileSection.cs
- SelectedDatesCollection.cs
- VisualStyleInformation.cs
- ArraySortHelper.cs
- ToolStripLabel.cs
- ChtmlTextWriter.cs
- SapiAttributeParser.cs
- AssemblyBuilder.cs
- EntityParameter.cs
- UpdateExpressionVisitor.cs
- NavigationProgressEventArgs.cs
- X509CertificateChain.cs
- WrappedKeySecurityToken.cs
- storepermissionattribute.cs
- HtmlInputButton.cs
- XNodeValidator.cs
- ImageMapEventArgs.cs
- ListViewSortEventArgs.cs
- PasswordRecovery.cs
- SimpleTypeResolver.cs
- XmlILOptimizerVisitor.cs
- OleDbSchemaGuid.cs
- MessageSecurityOverHttp.cs
- TdsValueSetter.cs