1 write to clientWebSocketFactory
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
184
this.
clientWebSocketFactory
= clientWebSocketFactories.Count == 0 ? null : clientWebSocketFactories[0];
2 references to clientWebSocketFactory
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
330
return this.
clientWebSocketFactory
;
459
return (TChannel)(object)new ClientWebSocketTransportDuplexSessionChannel((HttpChannelFactory<IDuplexSessionChannel>)(object)this, this.
clientWebSocketFactory
, remoteAddress, via, this.WebSocketBufferPool);