2 references to CloseAsync
Microsoft.AspNetCore.Owin (2)
WebSockets\OwinWebSocketAdapter.cs (1)
50_closeAsync = (WebSocketCloseAsync)websocketContext[OwinConstants.WebSocket.CloseAsync];
WebSockets\WebSocketAdapter.cs (1)
48_environment[OwinConstants.WebSocket.CloseAsync] = new WebSocketCloseAsync(CloseAsync);