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