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