1 write to ManualAddressing
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
24
ManualAddressing
= bindingElement.ManualAddressing;
6 references to ManualAddressing
System.ServiceModel.Http (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
513
return (TChannel)(object)new HttpClientRequestChannel((HttpChannelFactory<IRequestChannel>)(object)this, remoteAddress, via,
ManualAddressing
);
702
if (
ManualAddressing
)
System\ServiceModel\Channels\HttpsChannelFactory.cs (3)
113
return (TChannel)(object)new HttpsClientRequestChannel((HttpsChannelFactory<IRequestChannel>)(object)this, address, via,
ManualAddressing
);
172
if (
ManualAddressing
&& RequireClientCertificate)
186
if (
ManualAddressing
&& RequireClientCertificate)
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
184
get { return
ManualAddressing
; }