3 overrides of CloseOutputAsync
System (2)
net\System\Net\WebSockets\ClientWebSocket.cs (1)
342
public override Task
CloseOutputAsync
(WebSocketCloseStatus closeStatus, string statusDescription,
net\System\Net\WebSockets\WebSocketBase.cs (1)
508
public override Task
CloseOutputAsync
(WebSocketCloseStatus closeStatus,
System.Web (1)
WebSockets\AspNetWebSocket.cs (1)
295
public override Task
CloseOutputAsync
(WebSocketCloseStatus closeStatus, string statusDescription, CancellationToken cancellationToken) {
2 references to CloseOutputAsync
System (1)
net\System\Net\WebSockets\ClientWebSocket.cs (1)
346
return innerWebSocket.
CloseOutputAsync
(closeStatus, statusDescription, cancellationToken);
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
434
return this.WebSocket.
CloseOutputAsync
(this.webSocketCloseDetails.OutputCloseStatus, this.webSocketCloseDetails.OutputCloseStatusDescription, cancellationToken);