1 write to webSocket
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
73this.webSocket = value;
6 references to webSocket
System.ServiceModel (6)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (6)
66return this.webSocket; 72Fx.Assert(this.webSocket == null, "webSocket should not be set before this set call."); 229TD.WebSocketAsyncWriteStop(this.webSocket.GetHashCode()); 347TD.WebSocketAsyncWriteStop(this.webSocket.GetHashCode()); 388if (this.shouldDisposeWebSocketAfterClosed && this.webSocket != null) 390this.webSocket.Dispose();