15 references to ManualAddressing
System.ServiceModel (15)
System\ServiceModel\Channels\HttpChannelFactory.cs (5)
455
return (TChannel)(object)new HttpRequestChannel((HttpChannelFactory<IRequestChannel>)(object)this, remoteAddress, via,
ManualAddressing
);
816
if (
ManualAddressing
)
1165
return ((this.tokenProvider == null) && !Factory.
ManualAddressing
);
1946
if (factory.
ManualAddressing
)
2043
if (this.factory.
ManualAddressing
)
System\ServiceModel\Channels\HttpsChannelFactory.cs (6)
134
return (TChannel)(object)new HttpsRequestChannel((HttpsChannelFactory<IRequestChannel>)(object)this, address, via,
ManualAddressing
);
212
if (
ManualAddressing
&& this.RequireClientCertificate)
226
if (
ManualAddressing
&& this.RequireClientCertificate)
391
return (this.certificateProvider == null && !Factory.
ManualAddressing
);
423
if (this.factory.
ManualAddressing
&& this.factory.RequireClientCertificate)
545
if (this.factory.
ManualAddressing
&& this.certificateProvider != null)
System\ServiceModel\Channels\MsmqChannelFactory.cs (2)
49
return new MsmqOutputChannel(this, to, via,
ManualAddressing
);
63
return new MsmqOutputSessionChannel(this, to, via,
ManualAddressing
);
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
200
get { return
ManualAddressing
; }
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (1)
113
return new MsmqIntegrationOutputChannel(this, to, via,
ManualAddressing
);