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