1 write to _sendAsync
Microsoft.AspNetCore.Owin (1)
WebSockets\OwinWebSocketAdapter.cs (1)
48_sendAsync = (WebSocketSendAsync)websocketContext[OwinConstants.WebSocket.SendAsync];
1 reference to _sendAsync
Microsoft.AspNetCore.Owin (1)
WebSockets\OwinWebSocketAdapter.cs (1)
127return _sendAsync(buffer, EnumToOpCode(messageType), endOfMessage, cancellationToken);