2 writes to _closeStatusDescription
Microsoft.AspNetCore.Http.Connections.Tests (2)
TestWebSocketConnectionFeature.cs (2)
144
_closeStatusDescription
= message.CloseStatusDescription;
241
_closeStatusDescription
= message.CloseStatusDescription;
1 reference to _closeStatusDescription
Microsoft.AspNetCore.Http.Connections.Tests (1)
TestWebSocketConnectionFeature.cs (1)
77
public override string CloseStatusDescription =>
_closeStatusDescription
;