36 implementations of ApplyClientBehavior
System.ServiceModel (22)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
176void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime clientRuntime)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1695public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
780void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1450public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Description\CallbackDebugBehavior.cs (1)
39void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Description\CallbackTimeoutsBehavior.cs (1)
51void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Description\ClientCredentials.cs (1)
303public virtual void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Description\ClientUriBehavior.cs (1)
50void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Description\DispatcherBuilder.cs (3)
1207public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) 1265public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) 1320public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) { }
System\ServiceModel\Description\DispatcherSynchronizationBehavior.cs (1)
55void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Description\MustUnderstandBehavior.cs (1)
44void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Description\SynchronousReceiveBehavior.cs (1)
32void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Description\TransactedBatchingBehavior.cs (1)
70void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Dispatcher\DataContractSerializerServiceBehavior.cs (1)
57void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime clientRuntime)
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (1)
55void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime) { }
System\ServiceModel\Dispatcher\PeerValidationBehavior.cs (1)
62void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
130void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (1)
109void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\MsmqIntegration\MsmqIntegrationValidationBehavior.cs (1)
50void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
282public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
611void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, Dispatcher.ClientRuntime clientRuntime)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\CorrelationQueryBehavior.cs (1)
99public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System.ServiceModel.Discovery (8)
System\ServiceModel\Discovery\DiscoveryCallbackBehavior.cs (1)
27void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System\ServiceModel\Discovery\DiscoveryEndpointValidator.cs (1)
18void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System\ServiceModel\Discovery\DiscoveryOperationContextExtensionInitializer.cs (1)
23void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime)
System\ServiceModel\Discovery\DiscoveryViaBehavior.cs (1)
47void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System\ServiceModel\Discovery\EndpointDiscoveryBehavior.cs (1)
110void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System\ServiceModel\Discovery\ServiceDiscoveryBehavior.cs (1)
174void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System\ServiceModel\Discovery\UdpContractFilterBehavior.cs (1)
22public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (1)
55void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
169public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
43public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
104public virtual void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System.WorkflowServices (1)
System\ServiceModel\Activities\Description\WorkflowRuntimeServicesBehavior.cs (1)
66public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
2 references to ApplyClientBehavior
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1066behavior.ApplyClientBehavior(serviceEndpoint, clientRuntime);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryCallbackBehavior.cs (1)
29((IEndpointBehavior)this.innerCallbackBehavior).ApplyClientBehavior(endpoint, clientRuntime);