3 writes to WebSocket
System.ServiceModel (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
367
this.
WebSocket
= clientWebSocket = this.CreateWebSocketWithFactory();
374
this.
WebSocket
= clientWebSocket = WebSocket.CreateClientWebSocket(
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
67
this.
WebSocket
= webSocketContext.WebSocket;
22 references to WebSocket
System.ServiceModel (22)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (5)
98
this.
WebSocket
!= null ? this.
WebSocket
.GetHashCode() : -1);
148
this.
WebSocket
!= null ? this.
WebSocket
.GetHashCode() : -1);
425
this.
WebSocket
,
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (4)
106
this.
WebSocket
!= null ? this.
WebSocket
.GetHashCode() : -1);
128
this.
WebSocket
!= null ? this.
WebSocket
.GetHashCode() : -1);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (13)
133
this.
WebSocket
!= null ? this.
WebSocket
.GetHashCode() : -1);
154
this.
WebSocket
.GetHashCode(),
164
TD.WebSocketConnectionClosed(this.
WebSocket
.GetHashCode());
179
this.
WebSocket
.GetHashCode(),
215
this.
WebSocket
.GetHashCode(),
220
Task task = this.
WebSocket
.SendAsync(messageData, outgoingMessageType, true, cancellationTokenSource.Token);
263
WebSocketStream webSocketStream = new WebSocketStream(this.
WebSocket
, outgoingMessageType, helper.RemainingTime());
323
WebSocketStream webSocketStream = new WebSocketStream(this.
WebSocket
, outgoingMessageType, helper.RemainingTime());
337
this.
WebSocket
.GetHashCode(),
342
Task task = this.
WebSocket
.SendAsync(messageData, outgoingMessageType, true, CancellationToken.None);
416
return this.
WebSocket
.CloseAsync(this.webSocketCloseDetails.OutputCloseStatus, this.webSocketCloseDetails.OutputCloseStatusDescription, CancellationToken.None);
434
return this.
WebSocket
.CloseOutputAsync(this.webSocketCloseDetails.OutputCloseStatus, this.webSocketCloseDetails.OutputCloseStatusDescription, cancellationToken);