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