9 references to RuntimeSettingParser
System.Net.Http (9)
System\Net\Http\GlobalHttpSettings.cs (9)
17
public static bool EnableActivityPropagation { get; } =
RuntimeSettingParser
.QueryRuntimeSettingSwitch(
26
public static bool IsGloballyEnabled { get; } =
RuntimeSettingParser
.QueryRuntimeSettingSwitch(
36
public static bool AllowHttp2 { get; } =
RuntimeSettingParser
.QueryRuntimeSettingSwitch(
43
public static bool AllowHttp3 { get; } =
RuntimeSettingParser
.QueryRuntimeSettingSwitch(
49
public static bool DisableDynamicHttp2WindowSizing { get; } =
RuntimeSettingParser
.QueryRuntimeSettingSwitch(
60
public static int PendingConnectionTimeoutOnRequestCompletion { get; } =
RuntimeSettingParser
.QueryRuntimeSettingInt32(
69
int value =
RuntimeSettingParser
.ParseInt32EnvironmentVariableValue(
83
double value =
RuntimeSettingParser
.ParseDoubleEnvironmentVariableValue(
100
int value =
RuntimeSettingParser
.QueryRuntimeSettingInt32(