Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ EnableActivityPropagation

bool System.Net.Http.GlobalHttpSettings.DiagnosticsHandler.EnableActivityPropagation = RuntimeSettingParser.QueryRuntimeSettingSwitch("System.Net.Http.EnableActivityPropagation", "DOTNET_SYSTEM_NET_HTTP_ENABLEACTIVITYPROPAGATION", defaultValue: true)
staticget

Definition at line 7 of file GlobalHttpSettings.cs.

7{ get; } = RuntimeSettingParser.QueryRuntimeSettingSwitch("System.Net.Http.EnableActivityPropagation", "DOTNET_SYSTEM_NET_HTTP_ENABLEACTIVITYPROPAGATION", defaultValue: true);

Referenced by System.Net.Http.DiagnosticsHandler.IsGloballyEnabled().