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

◆ IsGloballyEnabled()

static bool System.Net.Http.DiagnosticsHandler.IsGloballyEnabled ( )
inlinestaticpackage

Definition at line 170 of file DiagnosticsHandler.cs.

171 {
172 return GlobalHttpSettings.DiagnosticsHandler.EnableActivityPropagation;
173 }

References System.Net.Http.GlobalHttpSettings.DiagnosticsHandler.EnableActivityPropagation.

Referenced by System.Net.Http.SocketsHttpHandler.SetupHandlerChain().