Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.GlobalHttpSettings.SocketsHttpHandler Class Reference

Properties

static bool AllowHttp2 = RuntimeSettingParser.QueryRuntimeSettingSwitch("System.Net.Http.SocketsHttpHandler.Http2Support", "DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_HTTP2SUPPORT", defaultValue: true) [get]
 
static bool AllowHttp3 = RuntimeSettingParser.QueryRuntimeSettingSwitch("System.Net.SocketsHttpHandler.Http3Support", "DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_HTTP3SUPPORT", defaultValue: false) [get]
 
static bool DisableDynamicHttp2WindowSizing = RuntimeSettingParser.QueryRuntimeSettingSwitch("System.Net.SocketsHttpHandler.Http2FlowControl.DisableDynamicWindowSizing", "DOTNET_SYSTEM_NET_HTTP_SOCKETSHTTPHANDLER_HTTP2FLOWCONTROL_DISABLEDYNAMICWINDOWSIZING", defaultValue: false) [get]
 
static int MaxHttp2StreamWindowSize = GetMaxHttp2StreamWindowSize() [get]
 
static double Http2StreamWindowScaleThresholdMultiplier = GetHttp2StreamWindowScaleThresholdMultiplier() [get]
 

Static Private Member Functions

static int GetMaxHttp2StreamWindowSize ()
 
static double GetHttp2StreamWindowScaleThresholdMultiplier ()
 

Detailed Description

Definition at line 11 of file GlobalHttpSettings.cs.


The documentation for this class was generated from the following file: