3 implementations of ApplyClientBehavior
System.ServiceModel.Primitives (2)
System\ServiceModel\DeliveryRequirementsAttribute.cs (1)
65
void IContractBehavior.
ApplyClientBehavior
(ContractDescription description, ServiceEndpoint endpoint, ClientRuntime proxy)
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
31
void IContractBehavior.
ApplyClientBehavior
(ContractDescription description, ServiceEndpoint endpoint, ClientRuntime proxy)
System.ServiceModel.Primitives.Tests (1)
Channels\BehaviorExtensionTest.cs (1)
135
public void
ApplyClientBehavior
(ContractDescription description, ServiceEndpoint endpoint, ClientRuntime clientRuntime)
1 reference to ApplyClientBehavior
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
190
behavior.
ApplyClientBehavior
(contractDescription, serviceEndpoint, clientRuntime);