1 write to CloseStatusDescription
System.Net.WebSockets (1)
15 references to CloseStatusDescription
AutobahnTestApp (1)
dotnet-svcutil-lib (1)
InProcessWebSite (1)
Microsoft.AspNetCore.Owin (1)
Microsoft.AspNetCore.TestHost.Tests (1)
Microsoft.AspNetCore.WebSockets.Tests (9)
WebSocketMiddlewareTests.cs (9)
358Assert.Equal(closeDescription, result.CloseStatusDescription);
392Assert.Equal(closeDescription, result.CloseStatusDescription);
414Assert.Equal(closeDescription, result.CloseStatusDescription);
416await webSocket.CloseAsync(result.CloseStatus.Value, result.CloseStatusDescription, CancellationToken.None);
444Assert.Equal(closeDescription, result.CloseStatusDescription);
446await webSocket.CloseAsync(result.CloseStatus.Value, result.CloseStatusDescription, CancellationToken.None);
478Assert.Equal(closeDescription, result.CloseStatusDescription);
490Assert.Equal(closeDescription, result.CloseStatusDescription);
494await client.CloseAsync(result.CloseStatus.Value, result.CloseStatusDescription, CancellationToken.None);
System.ServiceModel.Http (1)