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