1 type derived from ClientWebSocketFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrClientWebSocketFactory.cs (1)
14internal class CoreClrClientWebSocketFactory : ClientWebSocketFactory
6 references to ClientWebSocketFactory
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketFactory.cs (1)
25public static ClientWebSocketFactory GetFactory()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
22private readonly ClientWebSocketFactory _connectionFactory; 29public ClientWebSocketTransportDuplexSessionChannel(HttpChannelFactory<IDuplexSessionChannel> channelFactory, ClientWebSocketFactory connectionFactory, EndpointAddress remoteAddresss, Uri via)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
34protected readonly ClientWebSocketFactory _clientWebSocketFactory; 108_clientWebSocketFactory = ClientWebSocketFactory.GetFactory(); 202protected ClientWebSocketFactory ClientWebSocketFactory