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