2 instantiations of ClientWebSocketTransportDuplexSessionChannel
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
459return (TChannel)(object)new ClientWebSocketTransportDuplexSessionChannel((HttpChannelFactory<IDuplexSessionChannel>)(object)this, this.clientWebSocketFactory, remoteAddress, via, this.WebSocketBufferPool);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
138return (TChannel)(object)new ClientWebSocketTransportDuplexSessionChannel((HttpChannelFactory<IDuplexSessionChannel>)(object)this, this.ClientWebSocketFactory, address, via, this.WebSocketBufferPool);