Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Http3FrameType.cs
Go to the documentation of this file.
1
namespace
System.Net.Http
;
2
3
internal
enum
Http3FrameType
:
long
4
{
5
Data = 0
L
,
6
Headers = 1
L
,
7
ReservedHttp2Priority
= 2
L
,
8
CancelPush
= 3
L
,
9
Settings
= 4
L
,
10
PushPromise
= 5
L
,
11
ReservedHttp2Ping
= 6
L
,
12
GoAway
= 7
L
,
13
ReservedHttp2WindowUpdate
= 8
L
,
14
ReservedHttp2Continuation
= 9
L
,
15
MaxPushId
= 13
L
16
}
System.Net.Http.Http3FrameType
Http3FrameType
Definition
Http3FrameType.cs:4
System.Net.Http.Http3FrameType.MaxPushId
@ MaxPushId
System.Net.Http.Http3FrameType.PushPromise
@ PushPromise
System.Net.Http.Http3FrameType.ReservedHttp2Priority
@ ReservedHttp2Priority
System.Net.Http.Http3FrameType.ReservedHttp2WindowUpdate
@ ReservedHttp2WindowUpdate
System.Net.Http.Http3FrameType.CancelPush
@ CancelPush
System.Net.Http.Http3FrameType.ReservedHttp2Ping
@ ReservedHttp2Ping
System.Net.Http.Http3FrameType.GoAway
@ GoAway
System.Net.Http.Http3FrameType.ReservedHttp2Continuation
@ ReservedHttp2Continuation
System.Net.Http.Http3FrameType.Settings
@ Settings
System.Net.Http
Definition
HttpClientJsonExtensions.cs:8
System.ConsoleKey.L
@ L
source
System.Net.Http
System.Net.Http
Http3FrameType.cs
Generated by
1.10.0