1 write to factory
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
421this.factory = httpsChannel.Factory;
6 references to factory
System.ServiceModel (6)
System\ServiceModel\Channels\HttpsChannelFactory.cs (6)
423if (this.factory.ManualAddressing && this.factory.RequireClientCertificate) 426this.factory.CreateAndOpenCertificateTokenProvider(to, via, httpsChannel.ChannelParameters, timeoutHelper.RemainingTime()); 452this.factory.AddServerCertMappingOrSetRemoteCertificateValidationCallback(this.request, this.to); 489thisPtr.factory.AddServerCertMappingOrSetRemoteCertificateValidationCallback(thisPtr.request, thisPtr.to); 545if (this.factory.ManualAddressing && this.certificateProvider != null)