5 references to Factory
System.ServiceModel (5)
System\ServiceModel\Channels\HttpsChannelFactory.cs (5)
300
if (!ManualAddressing && this.
Factory
.RequireClientCertificate)
302
this.certificateProvider =
Factory
.CreateAndOpenCertificateTokenProvider(this.RemoteAddress, this.Via, this.ChannelParameters, timeout);
368
SecurityTokenContainer clientCertificateToken =
Factory
.GetCertificateSecurityToken(this.certificateProvider, to, via, this.ChannelParameters, ref timeoutHelper);
391
return (this.certificateProvider == null && !
Factory
.ManualAddressing);
421
this.factory = httpsChannel.
Factory
;