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