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