2 references to SendAsync
Microsoft.AspNetCore.Owin (2)
WebSockets\OwinWebSocketAdapter.cs (1)
48
_sendAsync = (WebSocketSendAsync)websocketContext[OwinConstants.WebSocket.
SendAsync
];
WebSockets\WebSocketAdapter.cs (1)
46
_environment[OwinConstants.WebSocket.
SendAsync
] = new WebSocketSendAsync(SendAsync);