Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HttpHeaderType
enum
System.Net.Http.Headers.HttpHeaderType
: byte
package
Enumerator
General
Request
Response
Content
Custom
NonTrailing
All
None
Definition at line
4
of file
HttpHeaderType.cs
.
5
{
6
General
= 1,
7
Request
= 2,
8
Response
= 4,
9
Content = 8,
10
Custom = 0x10,
11
NonTrailing
= 0x20,
12
All = 0x3F,
13
None = 0
14
}
System.Net.Http.Headers.HttpHeaderType.General
@ General
System.Net.Http.Headers.HttpHeaderType.Request
@ Request
System.Net.Http.Headers.HttpHeaderType.NonTrailing
@ NonTrailing
System.Net.Http.Headers.HttpHeaderType.Response
@ Response
System
Net
Http
Headers
Generated by
1.10.0