9 implementations of ApplyClientBehavior
System.ServiceModel (6)
System\ServiceModel\Channels\PeerHelpers.cs (1)
909void IContractBehavior.ApplyClientBehavior(ContractDescription description, ServiceEndpoint endpoint, ClientRuntime proxy)
System\ServiceModel\ComIntegration\ComPlusContractBehavior.cs (1)
49public void ApplyClientBehavior(ContractDescription description,
System\ServiceModel\DeliveryRequirementsAttribute.cs (1)
77void IContractBehavior.ApplyClientBehavior(ContractDescription description, ServiceEndpoint endpoint, ClientRuntime proxy)
System\ServiceModel\Description\ServiceMetadataContractBehavior.cs (1)
45void IContractBehavior.ApplyClientBehavior(ContractDescription description, ServiceEndpoint endpoint, ClientRuntime proxy)
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (1)
30void IContractBehavior.ApplyClientBehavior(ContractDescription description, ServiceEndpoint endpoint, ClientRuntime proxy)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
1610public void ApplyClientBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Description\WorkflowContractBehaviorAttribute.cs (1)
22public void ApplyClientBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System\ServiceModel\Activities\WorkflowHostingEndpoint.cs (1)
98public void ApplyClientBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System.ServiceModel.Web (1)
System\ServiceModel\Web\JavascriptCallbackBehaviorAttribute.cs (1)
44public void ApplyClientBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime)
1 reference to ApplyClientBehavior
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1058behavior.ApplyClientBehavior(contractDescription, serviceEndpoint, clientRuntime);