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