1 instantiation of HttpsRequestChannel
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
134
return (TChannel)(object)new
HttpsRequestChannel
((HttpsChannelFactory<IRequestChannel>)(object)this, address, via, ManualAddressing);
2 references to HttpsRequestChannel
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsChannelFactory.cs (2)
403
HttpsRequestChannel
httpsChannel;
412
public GetWebRequestAsyncResult(
HttpsRequestChannel
httpsChannel, EndpointAddress to, Uri via,