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);