Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Http3SettingType.cs
Go to the documentation of this file.
1
namespace
System.Net.Http
;
2
3
internal
enum
Http3SettingType
:
long
4
{
5
QPackMaxTableCapacity
= 1
L
,
6
ReservedHttp2EnablePush
,
7
ReservedHttp2MaxConcurrentStreams
,
8
ReservedHttp2InitialWindowSize
,
9
ReservedHttp2MaxFrameSize
,
10
MaxHeaderListSize
,
11
QPackBlockedStreams
12
}
System.Net.Http.Http3SettingType
Http3SettingType
Definition
Http3SettingType.cs:4
System.Net.Http.Http3SettingType.ReservedHttp2EnablePush
@ ReservedHttp2EnablePush
System.Net.Http.Http3SettingType.ReservedHttp2InitialWindowSize
@ ReservedHttp2InitialWindowSize
System.Net.Http.Http3SettingType.ReservedHttp2MaxConcurrentStreams
@ ReservedHttp2MaxConcurrentStreams
System.Net.Http.Http3SettingType.ReservedHttp2MaxFrameSize
@ ReservedHttp2MaxFrameSize
System.Net.Http.Http3SettingType.QPackMaxTableCapacity
@ QPackMaxTableCapacity
System.Net.Http.Http3SettingType.QPackBlockedStreams
@ QPackBlockedStreams
System.Net.Http.Http3SettingType.MaxHeaderListSize
@ MaxHeaderListSize
System.Net.Http
Definition
HttpClientJsonExtensions.cs:8
System.ConsoleKey.L
@ L
source
System.Net.Http
System.Net.Http
Http3SettingType.cs
Generated by
1.10.0