1 implementation of WriteCloseFragmentAsync
System.Web (1)
WebSockets\WebSocketPipe.cs (1)
85
public Task
WriteCloseFragmentAsync
(WebSocketCloseStatus closeStatus, string statusDescription) {
1 reference to WriteCloseFragmentAsync
System.Web (1)
WebSockets\AspNetWebSocket.cs (1)
333
await DoWork(() => _pipe.
WriteCloseFragmentAsync
(closeStatus, statusDescription), cancellationToken).ConfigureAwait(continueOnCapturedContext: false);