Class HttpKnownHeaderNames
Contains known HTTP header names.
public class HttpKnownHeaderNames
- Inheritance
-
HttpKnownHeaderNames
- Inherited Members
- Extension Methods
Constructors
HttpKnownHeaderNames()
public HttpKnownHeaderNames()
Fields
Accept
The Accept HTTP header.
public const string Accept = "Accept"
Field Value
AcceptCharset
The Accept-Charset HTTP header.
public const string AcceptCharset = "Accept-Charset"
Field Value
AcceptEncoding
The Accept-Encoding HTTP header.
public const string AcceptEncoding = "Accept-Encoding"
Field Value
AcceptLanguage
The Accept-Language HTTP header.
public const string AcceptLanguage = "Accept-Language"
Field Value
AcceptRanges
The Accept-Ranges HTTP header.
public const string AcceptRanges = "Accept-Ranges"
Field Value
Age
The Age HTTP header.
public const string Age = "Age"
Field Value
Allow
The Allow HTTP header.
public const string Allow = "Allow"
Field Value
Authorization
The Authorization HTTP header.
public const string Authorization = "Authorization"
Field Value
CacheControl
The Cache-Control HTTP header.
public const string CacheControl = "Cache-Control"
Field Value
Connection
The Connection HTTP header.
public const string Connection = "Connection"
Field Value
ContentEncoding
The Content-Encoding HTTP header.
public const string ContentEncoding = "Content-Encoding"
Field Value
ContentID
The Content-ID HTTP header.
public const string ContentID = "Content-ID"
Field Value
ContentLanguage
The Content-Language HTTP header.
public const string ContentLanguage = "Content-Language"
Field Value
ContentLength
The Content-Length HTTP header.
public const string ContentLength = "Content-Length"
Field Value
ContentLocation
The Content-Location HTTP header.
public const string ContentLocation = "Content-Location"
Field Value
ContentMD5
The Content-MD5 HTTP header.
public const string ContentMD5 = "Content-MD5"
Field Value
ContentRange
The Content-Range HTTP header.
public const string ContentRange = "Content-Range"
Field Value
ContentTransferEncoding
The Content-Transfer-Encoding HTTP header.
public const string ContentTransferEncoding = "Content-Transfer-Encoding"
Field Value
ContentType
The Content-Type HTTP header.
public const string ContentType = "Content-Type"
Field Value
Cookie
The Cookie HTTP header.
public const string Cookie = "Cookie"
Field Value
Cookie2
The Cookie2 HTTP header.
public const string Cookie2 = "Cookie2"
Field Value
Date
The Date HTTP header.
public const string Date = "Date"
Field Value
ETag
The ETag HTTP header.
public const string ETag = "ETag"
Field Value
Expect
The Expect HTTP header.
public const string Expect = "Expect"
Field Value
Expires
The Expires HTTP header.
public const string Expires = "Expires"
Field Value
From
The From HTTP header.
public const string From = "From"
Field Value
Host
The Host HTTP header.
public const string Host = "Host"
Field Value
IfMatch
The If-Match HTTP header.
public const string IfMatch = "If-Match"
Field Value
IfModifiedSince
The If-Modified-Since HTTP header.
public const string IfModifiedSince = "If-Modified-Since"
Field Value
IfNoneMatch
The If-None-Match HTTP header.
public const string IfNoneMatch = "If-None-Match"
Field Value
IfRange
The If-Range HTTP header.
public const string IfRange = "If-Range"
Field Value
IfUnmodifiedSince
The If-Unmodified-Since HTTP header.
public const string IfUnmodifiedSince = "If-Unmodified-Since"
Field Value
KeepAlive
The Keep-Alive HTTP header.
public const string KeepAlive = "Keep-Alive"
Field Value
LastModified
The Last-Modified HTTP header.
public const string LastModified = "Last-Modified"
Field Value
Location
The Location HTTP header.
public const string Location = "Location"
Field Value
MaxForwards
The Max-Forwards HTTP header.
public const string MaxForwards = "Max-Forwards"
Field Value
MimeVersion
The MIME-Version HTTP header.
public const string MimeVersion = "MIME-Version"
Field Value
Pragma
The Pragma HTTP header.
public const string Pragma = "Pragma"
Field Value
ProxyAuthenticate
The Proxy-Authenticate HTTP header.
public const string ProxyAuthenticate = "Proxy-Authenticate"
Field Value
ProxyAuthorization
The Proxy-Authorization HTTP header.
public const string ProxyAuthorization = "Proxy-Authorization"
Field Value
ProxyConnection
The Proxy-Connection HTTP header.
public const string ProxyConnection = "Proxy-Connection"
Field Value
Range
The Range HTTP header.
public const string Range = "Range"
Field Value
Referer
The Referer HTTP header.
public const string Referer = "Referer"
Field Value
RetryAfter
The Retry-After HTTP header.
public const string RetryAfter = "Retry-After"
Field Value
SecWebSocketAccept
The Sec-WebSocket-Accept HTTP header.
public const string SecWebSocketAccept = "Sec-WebSocket-Accept"
Field Value
SecWebSocketKey
The Sec-WebSocket-Key HTTP header.
public const string SecWebSocketKey = "Sec-WebSocket-Key"
Field Value
SecWebSocketProtocol
The Sec-WebSocket-Protocol HTTP header.
public const string SecWebSocketProtocol = "Sec-WebSocket-Protocol"
Field Value
SecWebSocketVersion
The Sec-WebSocket-Version HTTP header.
public const string SecWebSocketVersion = "Sec-WebSocket-Version"
Field Value
Server
The Server HTTP header.
public const string Server = "Server"
Field Value
SetCookie
The Set-Cookie HTTP header.
public const string SetCookie = "Set-Cookie"
Field Value
SetCookie2
The Set-Cookie2 HTTP header.
public const string SetCookie2 = "Set-Cookie2"
Field Value
TE
The TE HTTP header.
public const string TE = "TE"
Field Value
Trailer
The Trailer HTTP header.
public const string Trailer = "Trailer"
Field Value
TransferEncoding
The Transfer-Encoding HTTP header.
public const string TransferEncoding = "Transfer-Encoding"
Field Value
Upgrade
The Upgrade HTTP header.
public const string Upgrade = "Upgrade"
Field Value
UserAgent
The User-Agent HTTP header.
public const string UserAgent = "User-Agent"
Field Value
Vary
The Vary HTTP header.
public const string Vary = "Vary"
Field Value
Via
The Via HTTP header.
public const string Via = "Via"
Field Value
WWWAuthenticate
The WWW-Authenticate HTTP header.
public const string WWWAuthenticate = "WWW-Authenticate"
Field Value
Warning
The Warning HTTP header.
public const string Warning = "Warning"