1 write to WebSocket
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
93
WebSocket
= await CreateWebSocketWithFactoryAsync(clientCertificate, helper);
21 references to WebSocket
dotnet-svcutil-lib (21)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (5)
97
if (
WebSocket
!= null && _cleanupStarted)
99
WebSocket
.Abort();
111
WebSocket
,
121
WebSocket
!= null ?
WebSocket
.GetHashCode() : -1);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (16)
87
WebSocket
!= null ?
WebSocket
.GetHashCode() : -1);
98
WebSocket
.GetHashCode(),
108
WcfEventSource.Instance.WebSocketConnectionClosed(
WebSocket
.GetHashCode());
117
WebSocket
.GetHashCode(),
131
WebSocket
.GetHashCode(),
197
WebSocket
.GetHashCode(),
202
Task task =
WebSocket
.SendAsync(messageData, outgoingMessageType, true, helper.GetCancellationToken());
209
WcfEventSource.Instance.WebSocketAsyncWriteStop(
WebSocket
.GetHashCode());
229
WebSocketStream webSocketStream = new WebSocketStream(
WebSocket
, outgoingMessageType, ((IDefaultCommunicationTimeouts)this).CloseTimeout);
275
WebSocketStream webSocketStream = new WebSocketStream(
WebSocket
, outgoingMessageType, ((IDefaultCommunicationTimeouts)this).CloseTimeout);
289
WebSocket
.GetHashCode(),
294
Task task =
WebSocket
.SendAsync(messageData, outgoingMessageType, true, helper.GetCancellationToken());
361
return
WebSocket
.CloseAsync(_webSocketCloseDetails.OutputCloseStatus, _webSocketCloseDetails.OutputCloseStatusDescription, CancellationToken.None);
378
return
WebSocket
.CloseOutputAsync(_webSocketCloseDetails.OutputCloseStatus, _webSocketCloseDetails.OutputCloseStatusDescription, cancellationToken);
427
WcfEventSource.Instance.WebSocketAsyncWriteStop(
WebSocket
.GetHashCode());