1 write to webSocket
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
535
this.
webSocket
= webSocket;
9 references to webSocket
System.ServiceModel (9)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (9)
660
TD.WebSocketAsyncReadStart(this.
webSocket
.GetHashCode());
663
Task<WebSocketReceiveResult> receiveTask = this.
webSocket
.ReceiveAsync(
693
this.
webSocket
.GetHashCode(),
822
this.
webSocket
.GetHashCode(),
871
TD.WebSocketAsyncReadStart(this.
webSocket
.GetHashCode());
876
Task<WebSocketReceiveResult> receiveTask = this.
webSocket
.ReceiveAsync(
889
this.
webSocket
.GetHashCode(),
933
this.
webSocket
.SubProtocol,
977
this.
webSocket
,