4 references to DiagnosticsHandler
System.Net.Http (4)
System\Net\Http\DiagnosticsHandler.cs (1)
74internal static bool IsGloballyEnabled() => GlobalHttpSettings.DiagnosticsHandler.EnableActivityPropagation;
System\Net\Http\DiagnosticsHelper.cs (1)
25if (GlobalHttpSettings.DiagnosticsHandler.DisableUriRedaction)
System\Net\Http\HttpTelemetry.cs (2)
41if (!GlobalHttpSettings.DiagnosticsHandler.DisableUriRedaction) 190if (!GlobalHttpSettings.DiagnosticsHandler.DisableUriRedaction)