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