Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Description / SynchronousReceiveBehavior.cs / 1 / SynchronousReceiveBehavior.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Description { using System.ServiceModel; using System.ServiceModel.Dispatcher; using System.ServiceModel.Channels; public class SynchronousReceiveBehavior : IEndpointBehavior { public SynchronousReceiveBehavior() { } void IEndpointBehavior.Validate(ServiceEndpoint serviceEndpoint) { } void IEndpointBehavior.AddBindingParameters(ServiceEndpoint serviceEndpoint, BindingParameterCollection parameters) { } void IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint serviceEndpoint, EndpointDispatcher endpointDispatcher) { if (endpointDispatcher == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("endpointDispatcher"); } endpointDispatcher.ChannelDispatcher.ReceiveSynchronously = true; } void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) { } } } // 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
- CollectionConverter.cs
- Command.cs
- Border.cs
- PickBranchDesigner.xaml.cs
- JpegBitmapEncoder.cs
- ParameterSubsegment.cs
- RegexRunnerFactory.cs
- WebPartDescription.cs
- InstanceStoreQueryResult.cs
- TextDecorationUnitValidation.cs
- InputProcessorProfilesLoader.cs
- UnSafeCharBuffer.cs
- ConstructorNeedsTagAttribute.cs
- basemetadatamappingvisitor.cs
- AstTree.cs
- ColumnClickEvent.cs
- DataGridViewRow.cs
- XmlSchemaDocumentation.cs
- DesignerHost.cs
- KeyValueConfigurationElement.cs
- ApplicationTrust.cs
- PreviewKeyDownEventArgs.cs
- TextSpan.cs
- ProgressBarRenderer.cs
- Root.cs
- EventToken.cs
- HostedTransportConfigurationManager.cs
- ClientConfigPaths.cs
- BaseHashHelper.cs
- HtmlTernaryTree.cs
- TextChange.cs
- GuidConverter.cs
- TextServicesPropertyRanges.cs
- UserInitiatedNavigationPermission.cs
- MenuCommandsChangedEventArgs.cs
- formatter.cs
- ObjectList.cs
- DataGridGeneralPage.cs
- TextEffect.cs
- AdapterUtil.cs
- LoginName.cs
- _LocalDataStore.cs
- FixedSOMContainer.cs
- TreeNodeStyle.cs
- ApplicationFileParser.cs
- SystemWebCachingSectionGroup.cs
- ListViewCancelEventArgs.cs
- WebPartConnectVerb.cs
- EvidenceBase.cs
- XmlSchemaValidationException.cs
- RewritingProcessor.cs
- UrlUtility.cs
- AliasExpr.cs
- Int32Rect.cs
- PolyQuadraticBezierSegment.cs
- Attributes.cs
- ComboBoxItem.cs
- SoapMessage.cs
- DataBindEngine.cs
- storepermissionattribute.cs
- TextEditorTables.cs
- TableNameAttribute.cs
- SafeRegistryHandle.cs
- HtmlTitle.cs
- InkCollectionBehavior.cs
- StrongTypingException.cs
- DebugInfoGenerator.cs
- InputMethodStateChangeEventArgs.cs
- wmiprovider.cs
- IssuerInformation.cs
- ExternalCalls.cs
- RequestContextBase.cs
- HashLookup.cs
- QueryAsyncResult.cs
- TreeViewImageIndexConverter.cs
- __Filters.cs
- AQNBuilder.cs
- BuildProviderAppliesToAttribute.cs
- ColumnMapProcessor.cs
- TreeNodeBindingCollection.cs
- SplitterPanelDesigner.cs
- PointCollection.cs
- TemplateInstanceAttribute.cs
- SQLStringStorage.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- FilteredAttributeCollection.cs
- CompilerError.cs
- TagPrefixCollection.cs
- TemplateBindingExtensionConverter.cs
- DefaultBindingPropertyAttribute.cs
- Interop.cs
- Compensation.cs
- OletxVolatileEnlistment.cs
- BulletChrome.cs
- RSACryptoServiceProvider.cs
- xdrvalidator.cs
- SelectionProviderWrapper.cs
- WindowsRichEditRange.cs
- ScriptingScriptResourceHandlerSection.cs
- Queue.cs