Base:
property
CloseStatusDescription
System.Net.WebSockets.WebSocket.CloseStatusDescription
1 reference to CloseStatusDescription
Microsoft.AspNetCore.Owin (1)
WebSockets\OwinWebSocketAdapter.cs (1)
116return new WebSocketReceiveResult(rawResult.Item3, messageType, rawResult.Item2, CloseStatus, CloseStatusDescription);