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)
127
return
_sendAsync
(buffer, EnumToOpCode(messageType), endOfMessage, cancellationToken);