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