1 write to _pipe
System.Web (1)
WebSockets\AspNetWebSocket.cs (1)
103_pipe = pipe;
6 references to _pipe
System.Web (6)
WebSockets\AspNetWebSocket.cs (6)
109if (_pipe == null) { 196if (_pipe != null) { 197_pipe.CloseTcpConnection(); 333await DoWork(() => _pipe.WriteCloseFragmentAsync(closeStatus, statusDescription), cancellationToken).ConfigureAwait(continueOnCapturedContext: false); 394WebSocketReceiveResult result = await DoWork(() => _pipe.ReadFragmentAsync(buffer), cancellationToken).ConfigureAwait(continueOnCapturedContext: false); 463await DoWork(() => _pipe.WriteFragmentAsync(buffer, (messageType == WebSocketMessageType.Text), endOfMessage), cancellationToken).ConfigureAwait(continueOnCapturedContext: false);