5 implementations of ApplyClientBehavior
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
39
void IEndpointBehavior.
ApplyClientBehavior
(ServiceEndpoint serviceEndpoint, ClientRuntime clientRuntime)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (1)
162
public virtual void
ApplyClientBehavior
(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
279
public void
ApplyClientBehavior
(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
355
public void
ApplyClientBehavior
(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
240
public void
ApplyClientBehavior
(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
1 reference to ApplyClientBehavior
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
198
behavior.
ApplyClientBehavior
(serviceEndpoint, clientRuntime);