1 write to CloseStatusDescription
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocketReceiveResult.cs (1)
27
CloseStatusDescription
= closeStatusDescription;
7 references to CloseStatusDescription
Aspire.Hosting.Browsers (2)
BrowserLogsCdpConnection.cs (2)
503
if (!string.IsNullOrWhiteSpace(result.
CloseStatusDescription
))
505
return 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)
503
if (!string.IsNullOrWhiteSpace(result.
CloseStatusDescription
))
505
return 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
;