9 references to RuntimeSettingParser
System.Net.Http (9)
System\Net\Http\GlobalHttpSettings.cs (9)
18
public static bool EnableActivityPropagation { get; } =
RuntimeSettingParser
.QueryRuntimeSettingSwitch(
27
public static bool IsGloballyEnabled { get; } =
RuntimeSettingParser
.QueryRuntimeSettingSwitch(
37
public static bool AllowHttp2 { get; } =
RuntimeSettingParser
.QueryRuntimeSettingSwitch(
48
public static bool AllowHttp3 { get; } =
RuntimeSettingParser
.QueryRuntimeSettingSwitch(
54
public static bool DisableDynamicHttp2WindowSizing { get; } =
RuntimeSettingParser
.QueryRuntimeSettingSwitch(
65
public static int PendingConnectionTimeoutOnRequestCompletion { get; } =
RuntimeSettingParser
.QueryRuntimeSettingInt32(
74
int value =
RuntimeSettingParser
.ParseInt32EnvironmentVariableValue(
88
double value =
RuntimeSettingParser
.ParseDoubleEnvironmentVariableValue(
105
int value =
RuntimeSettingParser
.QueryRuntimeSettingInt32(