3 writes to CloseStatusDescription
Microsoft.AspNetCore.Http.Connections.Tests (3)
TestWebSocketConnectionFeature.cs (3)
99CloseStatusDescription = statusDescription, 114CloseStatusDescription = statusDescription, 226CloseStatusDescription = string.Empty
4 references to CloseStatusDescription
Microsoft.AspNetCore.Http.Connections.Tests (4)
TestWebSocketConnectionFeature.cs (4)
144_closeStatusDescription = message.CloseStatusDescription; 145return new WebSocketReceiveResult(0, WebSocketMessageType.Close, true, message.CloseStatus, message.CloseStatusDescription); 241_closeStatusDescription = message.CloseStatusDescription; 242return new WebSocketConnectionSummary(frames, new WebSocketReceiveResult(0, message.MessageType, message.EndOfMessage, message.CloseStatus, message.CloseStatusDescription));