4 overrides of CloseStatusDescription
System.Net.HttpListener (1)
System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs (1)
103public override string? CloseStatusDescription => _inner.CloseStatusDescription;
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.cs (1)
291public override string? CloseStatusDescription => _closeStatusDescription;
System.Net.WebSockets.Client (2)
System\Net\WebSockets\BrowserWebSockets\BrowserWebSocket.cs (1)
102public override string? CloseStatusDescription
System\Net\WebSockets\ClientWebSocket.cs (1)
27public override string? CloseStatusDescription => _innerWebSocket?.WebSocket?.CloseStatusDescription;
2 references to CloseStatusDescription
System.Net.HttpListener (1)
System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs (1)
103public override string? CloseStatusDescription => _inner.CloseStatusDescription;
System.Net.WebSockets.Client (1)
System\Net\WebSockets\ClientWebSocket.cs (1)
27public override string? CloseStatusDescription => _innerWebSocket?.WebSocket?.CloseStatusDescription;