18 implementations of ApplyClientBehavior
Binding.Http.IntegrationTests (1)
HttpBindingTestHelpers.cs (1)
19public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime) { }
Binding.ReliableSession.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Binding\Http\HttpBindingTestHelpers.cs (1)
19public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime) { }
Client.ClientBase.IntegrationTests (3)
ClientBaseTestHelpers.cs (2)
82public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime) 129public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
MessageInspectorTestHelpers.cs (1)
82public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
Contract.Fault.IntegrationTests (1)
FaultExceptionTests.cs (1)
67public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
Contract.Message.IntegrationTests (2)
MessageContractCommon.4.1.0.cs (1)
167public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
MessageContractTests.cs (1)
129public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatTest.cs (1)
24public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.cs (1)
24public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
727void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
System.ServiceModel.Primitives (5)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
48void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime clientRuntime)
System\ServiceModel\Description\CallbackDebugBehavior.cs (1)
38void IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Description\ClientCredentials.cs (1)
193public virtual void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior)
System\ServiceModel\Description\DispatcherBuilder.cs (2)
278public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) 354public void ApplyClientBehavior(ServiceEndpoint serviceEndpoint, ClientRuntime behavior) { }
UnitTests.Common (2)
MockClientMessageInspector.cs (1)
61public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
MockEndpointBehavior.cs (1)
51public void ApplyClientBehavior(ServiceEndpoint endpoint, ClientRuntime clientRuntime)
1 reference to ApplyClientBehavior
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
197behavior.ApplyClientBehavior(serviceEndpoint, clientRuntime);