1 write to _closeAsync
Microsoft.AspNetCore.Owin (1)
WebSockets\OwinWebSocketAdapter.cs (1)
50
_closeAsync
= (WebSocketCloseAsync)websocketContext[OwinConstants.WebSocket.CloseAsync];
1 reference to _closeAsync
Microsoft.AspNetCore.Owin (1)
WebSockets\OwinWebSocketAdapter.cs (1)
165
return
_closeAsync
((int)closeStatus, statusDescription, cancellationToken);