2 implementations of ApplyDispatchBehavior
System.ServiceModel.Primitives (1)
netstandard.cs (1)
621void System.ServiceModel.Description.IContractBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription contractDescription, System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.DispatchRuntime dispatchRuntime) { }
System.ServiceModel.Primitives.Tests (1)
Channels\BehaviorExtensionTest.cs (1)
134public void ApplyDispatchBehavior(ContractDescription description, ServiceEndpoint endpoint, DispatchRuntime dispatchRuntime) { }