2 instantiations of ClientWebSocketTransportDuplexSessionChannel
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
517
return (TChannel)(object)new
ClientWebSocketTransportDuplexSessionChannel
((HttpChannelFactory<IDuplexSessionChannel>)(object)this, remoteAddress, via);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
117
return (TChannel)(object)new
ClientWebSocketTransportDuplexSessionChannel
((HttpChannelFactory<IDuplexSessionChannel>)(object)this, address, via);