1 instantiation of HttpsChannelFactory
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
89return (IChannelFactory<TChannel>)(object)new HttpsChannelFactory<TChannel>(this, context);
4 references to HttpsChannelFactory
System.ServiceModel.Http (4)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
155if (_channelFactory is HttpsChannelFactory<IDuplexSessionChannel> httpsChannelFactory && httpsChannelFactory.RequireClientCertificate)
System\ServiceModel\Channels\HttpsChannelFactory.cs (3)
113return (TChannel)(object)new HttpsClientRequestChannel((HttpsChannelFactory<IRequestChannel>)(object)this, address, via, ManualAddressing); 313public HttpsClientRequestChannel(HttpsChannelFactory<IRequestChannel> factory, EndpointAddress to, Uri via, bool manualAddressing) 319public new HttpsChannelFactory<IRequestChannel> Factory { get; }