1 write to Exception
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.KeepAlive.cs (1)
288
Exception
= exc;
5 references to Exception
System.Net.WebSockets (5)
System\Net\WebSockets\ManagedWebSocket.cs (3)
1021
if (_keepAlivePingState?.
Exception
is not null)
1026
new AggregateException(_keepAlivePingState.
Exception
, exc));
1746
keepAliveException = _keepAlivePingState.
Exception
;
System\Net\WebSockets\ManagedWebSocket.KeepAlive.cs (2)
64
if (_keepAlivePingState.
Exception
is not null)
66
if (NetEventSource.Log.IsEnabled()) NetEventSource.Trace(this, $"KeepAlive already faulted, skipping... (exception: {_keepAlivePingState.
Exception
.Message})");