6 implementations of ApplyClientBehavior
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
150void IOperationBehavior.ApplyClientBehavior(OperationDescription description, ClientOperation proxy)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
70void IOperationBehavior.ApplyClientBehavior(OperationDescription description, ClientOperation proxy) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TransactionFlowAttribute.cs (1)
82void IOperationBehavior.ApplyClientBehavior(OperationDescription description, ClientOperation proxy)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
150void IOperationBehavior.ApplyClientBehavior(OperationDescription description, ClientOperation proxy)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
113void IOperationBehavior.ApplyClientBehavior(OperationDescription description, ClientOperation proxy) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (1)
62void IOperationBehavior.ApplyClientBehavior(OperationDescription description, ClientOperation proxy)
1 reference to ApplyClientBehavior
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
231behavior.ApplyClientBehavior(operation, proxyOperation);