1 write to ManualAddressing
System.ServiceModel (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1209
behavior.
ManualAddressing
= this.IsManualAddressing(serviceEndpoint.Binding);
3 references to ManualAddressing
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
617
if (!oneway && !this.ClientRuntime.
ManualAddressing
&& rpc.Request.Version.Addressing != AddressingVersion.None)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
78
this.isManualAddressing = clientRuntime.
ManualAddressing
;
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
83
this.manualAddressing = clientRuntime.
ManualAddressing
;