Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HttpResponseHeader
enum
System.Net.HttpResponseHeader
Enumerator
CacheControl
Connection
Date
KeepAlive
Pragma
Trailer
TransferEncoding
Upgrade
Via
Warning
Allow
ContentLength
ContentType
ContentEncoding
ContentLanguage
ContentLocation
ContentMd5
ContentRange
Expires
LastModified
AcceptRanges
Age
ETag
Location
ProxyAuthenticate
RetryAfter
Server
SetCookie
Vary
WwwAuthenticate
Definition at line
3
of file
HttpResponseHeader.cs
.
4
{
5
CacheControl
,
6
Connection
,
7
Date,
8
KeepAlive,
9
Pragma
,
10
Trailer
,
11
TransferEncoding,
12
Upgrade
,
13
Via
,
14
Warning,
15
Allow,
16
ContentLength
,
17
ContentType,
18
ContentEncoding
,
19
ContentLanguage
,
20
ContentLocation,
21
ContentMd5
,
22
ContentRange
,
23
Expires
,
24
LastModified
,
25
AcceptRanges
,
26
Age
,
27
ETag
,
28
Location
,
29
ProxyAuthenticate
,
30
RetryAfter
,
31
Server,
32
SetCookie
,
33
Vary
,
34
WwwAuthenticate
35
}
System.Net.BoundaryType.ContentLength
@ ContentLength
System.Net.CookieToken.Expires
@ Expires
System.Net.ContextFlagsPal.Connection
@ Connection
System.Net.HttpResponseHeader.AcceptRanges
@ AcceptRanges
System.Net.HttpResponseHeader.SetCookie
@ SetCookie
System.Net.HttpResponseHeader.ProxyAuthenticate
@ ProxyAuthenticate
System.Net.HttpResponseHeader.ETag
@ ETag
System.Net.HttpResponseHeader.Age
@ Age
System.Net.HttpResponseHeader.Location
@ Location
System.Net.HttpResponseHeader.WwwAuthenticate
@ WwwAuthenticate
System.Net.HttpResponseHeader.Vary
@ Vary
System.Net.HttpResponseHeader.RetryAfter
@ RetryAfter
System.Net.HttpRequestHeader.Trailer
@ Trailer
System.Net.HttpRequestHeader.ContentLanguage
@ ContentLanguage
System.Net.HttpRequestHeader.ContentRange
@ ContentRange
System.Net.HttpRequestHeader.CacheControl
@ CacheControl
System.Net.HttpRequestHeader.ContentEncoding
@ ContentEncoding
System.Net.HttpRequestHeader.ContentMd5
@ ContentMd5
System.Net.HttpRequestHeader.Via
@ Via
System.Net.HttpRequestHeader.LastModified
@ LastModified
System.Net.HttpRequestHeader.Pragma
@ Pragma
System.Net.HttpRequestHeader.Upgrade
@ Upgrade
System
Net
Generated by
1.10.0