2 references to ClientCloseStatus
Microsoft.AspNetCore.Owin (2)
WebSockets\OwinWebSocketAdapter.cs (1)
61if (_websocketContext.TryGetValue(OwinConstants.WebSocket.ClientCloseStatus, out obj))
WebSockets\WebSocketAdapter.cs (1)
82_environment[OwinConstants.WebSocket.ClientCloseStatus] = (int)(nativeResult.CloseStatus ?? WebSocketCloseStatus.NormalClosure);