3 implementations of ApplyDispatchBehavior
System.ServiceModel.Primitives (2)
System\ServiceModel\DeliveryRequirementsAttribute.cs (1)
69
void IContractBehavior.
ApplyDispatchBehavior
(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatch)
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
23
void IContractBehavior.
ApplyDispatchBehavior
(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatch)
System.ServiceModel.Primitives.Tests (1)
Channels\BehaviorExtensionTest.cs (1)
134
public void
ApplyDispatchBehavior
(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatchRuntime) { }