2 references to ClientWebSocketFactory
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
487else if (!WebSocketHelper.OSSupportsWebSockets() && this.ClientWebSocketFactory == null)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
138return (TChannel)(object)new ClientWebSocketTransportDuplexSessionChannel((HttpChannelFactory<IDuplexSessionChannel>)(object)this, this.ClientWebSocketFactory, address, via, this.WebSocketBufferPool);