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