1 write to CloseStatusDescription
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocketReceiveResult.cs (1)
27CloseStatusDescription = closeStatusDescription;
11 references to CloseStatusDescription
Aspire.Dashboard.Tests (3)
Model\DashboardClientTests.cs (2)
83Assert.Equal("Terminal ended", message.CloseStatusDescription); 196Assert.Equal("Terminal ended", message.CloseStatusDescription);
Terminal\TerminalWebSocketTests.cs (1)
551Assert.Equal("Terminal ended", result.CloseStatusDescription);
Aspire.Hosting.Browsers (2)
BrowserLogsCdpConnection.cs (2)
503if (!string.IsNullOrWhiteSpace(result.CloseStatusDescription)) 505return new InvalidOperationException($"Browser debug connection closed by the remote endpoint with status '{closeStatus}' ({(int)closeStatus}): {result.CloseStatusDescription}");
Aspire.Hosting.Browsers.Tests (2)
src\Aspire.Hosting.Browsers\BrowserLogsCdpConnection.cs (2)
503if (!string.IsNullOrWhiteSpace(result.CloseStatusDescription)) 505return new InvalidOperationException($"Browser debug connection closed by the remote endpoint with status '{closeStatus}' ({(int)closeStatus}): {result.CloseStatusDescription}");
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
717_closeDetails.InputCloseStatusDescription = result.CloseStatusDescription;
Microsoft.AspNetCore.Owin (1)
WebSockets\WebSocketAdapter.cs (1)
83_environment[OwinConstants.WebSocket.ClientCloseDescription] = nativeResult.CloseStatusDescription ?? string.Empty;
Microsoft.AspNetCore.Watch.BrowserRefresh (1)
src\sdk\src\Dotnet.Watch\Web.Middleware\BrowserToolsForwarder.cs (1)
266result.CloseStatusDescription,
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
689_closeDetails.InputCloseStatusDescription = result.CloseStatusDescription;