Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
HttpResponseHeader.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
public
enum
HttpResponseHeader
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
HttpResponseHeader
Definition
HttpResponseHeader.cs:4
System.Net.HttpResponseHeader.AcceptRanges
@ AcceptRanges
System.Net.HttpResponseHeader.SetCookie
@ SetCookie
System.Net.HttpResponseHeader.ProxyAuthenticate
@ ProxyAuthenticate
System.Net.HttpResponseHeader.ETag
@ ETag
System.Net.HttpResponseHeader.Server
@ Server
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.Warning
@ Warning
System.Net.HttpRequestHeader.KeepAlive
@ KeepAlive
System.Net.HttpRequestHeader.Date
@ Date
System.Net.HttpRequestHeader.Allow
@ Allow
System.Net.HttpRequestHeader.TransferEncoding
@ TransferEncoding
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.ContentLocation
@ ContentLocation
System.Net.HttpRequestHeader.ContentType
@ ContentType
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
Definition
HttpClientJsonExtensions.cs:8
source
System.Net.WebHeaderCollection
System.Net
HttpResponseHeader.cs
Generated by
1.10.0