Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Shutdown()

void System.Net.Http.Http2Connection.Shutdown ( )
inlineprivate

Definition at line 1866 of file Http2Connection.cs.

1867 {
1868 if (System.Net.NetEventSource.Log.IsEnabled())
1869 {
1870 Trace($"{"_shutdown"}={_shutdown}, {"_abortException"}={_abortException}", "Shutdown");
1871 }
1874 _shutdown = true;
1875 }
void SignalAvailableStreamsWaiter(bool result)
override void Trace(string message, [CallerMemberName] string memberName=null)
static readonly System.Net.NetEventSource Log

References System.Net.Http.Http2Connection._abortException, System.Net.Http.Http2Connection._shutdown, System.Net.NetEventSource.Log, System.Net.Http.Http2Connection.SignalAvailableStreamsWaiter(), System.Net.Http.Http2Connection.SignalShutdownWaiter(), and System.Net.Http.Http2Connection.Trace().

Referenced by System.Net.Http.Http2Connection.Abort(), System.Net.Http.Http2Connection.AddStream(), and System.Net.Http.Http2Connection.ProcessGoAwayFrame().