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