1 write to connection
System.ServiceModel (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
360this.connection = response.GetResponseStream();
4 references to connection
System.ServiceModel (4)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (4)
176if (this.connection != null) 178this.connection.Close(); 375this.connection, 516ws = this.connectionFactory.CreateWebSocket(this.connection, this.WebSocketSettings.Clone());