1 write to CloseStatusDescription
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocketReceiveResult.cs (1)
27CloseStatusDescription = closeStatusDescription;
7 references to 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;
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
689_closeDetails.InputCloseStatusDescription = result.CloseStatusDescription;