9 implementations of ApplyDispatchBehavior
System.ServiceModel (6)
System\ServiceModel\Channels\PeerHelpers.cs (1)
898void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime
System\ServiceModel\ComIntegration\ComPlusContractBehavior.cs (1)
32public void ApplyDispatchBehavior(ContractDescription description,
System\ServiceModel\DeliveryRequirementsAttribute.cs (1)
81void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatch)
System\ServiceModel\Description\ServiceMetadataContractBehavior.cs (1)
37void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
24void IContractBehavior.ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatch)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
1621public void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.DispatchRuntime dispatchRuntime)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Description\WorkflowContractBehaviorAttribute.cs (1)
27public void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, DispatchRuntime dispatchRuntime)
System\ServiceModel\Activities\WorkflowHostingEndpoint.cs (1)
102public void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, DispatchRuntime dispatchRuntime)
System.ServiceModel.Web (1)
System\ServiceModel\Web\JavascriptCallbackBehaviorAttribute.cs (1)
48public void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.DispatchRuntime dispatchRuntime)
1 reference to ApplyDispatchBehavior
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
850behavior.ApplyDispatchBehavior(endpoint.Contract, endpoint, dispatcher.DispatchRuntime);