1 instantiation of HttpsChannelFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
106
return (IChannelFactory<TChannel>)(object)new
HttpsChannelFactory
<TChannel>(this, context);
6 references to HttpsChannelFactory
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
82
HttpsChannelFactory
<IDuplexSessionChannel> httpsChannelFactory = _channelFactory as
HttpsChannelFactory
<IDuplexSessionChannel>;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (4)
87
return (TChannel)(object)new HttpsClientRequestChannel((
HttpsChannelFactory
<IRequestChannel>)(object)this, address, via, ManualAddressing);
241
private
HttpsChannelFactory
<IRequestChannel> _factory;
243
public HttpsClientRequestChannel(
HttpsChannelFactory
<IRequestChannel> factory, EndpointAddress to, Uri via, bool manualAddressing)
249
public new
HttpsChannelFactory
<IRequestChannel> Factory