1 write to httpsChannel
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
417
this.
httpsChannel
= httpsChannel;
3 references to httpsChannel
System.ServiceModel (3)
System\ServiceModel\Channels\HttpsChannelFactory.cs (3)
444
IAsyncResult result = this.
httpsChannel
.BeginBaseGetWebRequest(to, via, tokenContainer, ref timeoutHelper, onGetBaseWebRequestCallback, this);
451
this.request = this.
httpsChannel
.EndBaseGetWebRequest(result);
488
thisPtr.request = thisPtr.
httpsChannel
.EndBaseGetWebRequest(result);