2 references to ReceiveAsync
Microsoft.AspNetCore.Owin (2)
WebSockets\OwinWebSocketAdapter.cs (1)
49
_receiveAsync = (WebSocketReceiveAsync)websocketContext[OwinConstants.WebSocket.
ReceiveAsync
];
WebSockets\WebSocketAdapter.cs (1)
47
_environment[OwinConstants.WebSocket.
ReceiveAsync
] = new WebSocketReceiveAsync(ReceiveAsync);