1 write to to
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
418this.to = to;
3 references to to
System.ServiceModel (3)
System\ServiceModel\Channels\HttpsChannelFactory.cs (3)
444IAsyncResult result = this.httpsChannel.BeginBaseGetWebRequest(to, via, tokenContainer, ref timeoutHelper, onGetBaseWebRequestCallback, this); 452this.factory.AddServerCertMappingOrSetRemoteCertificateValidationCallback(this.request, this.to); 489thisPtr.factory.AddServerCertMappingOrSetRemoteCertificateValidationCallback(thisPtr.request, thisPtr.to);