2 references to ClientCloseDescription
Microsoft.AspNetCore.Owin (2)
WebSockets\OwinWebSocketAdapter.cs (1)
75
if (_websocketContext.TryGetValue(OwinConstants.WebSocket.
ClientCloseDescription
, out obj))
WebSockets\WebSocketAdapter.cs (1)
83
_environment[OwinConstants.WebSocket.
ClientCloseDescription
] = nativeResult.CloseStatusDescription ?? string.Empty;