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