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