HttpKnownHeaderNames Class
Namespace: System.Net · Assembly: GHIElectronics.TinyCLR.Networking.Http
Contains known HTTP header names.
public class HttpKnownHeaderNames
Fields
CacheControl
public const string CacheControl
The Cache-Control HTTP header.
Connection
public const string Connection
The Connection HTTP header.
Date
public const string Date
The Date HTTP header.
KeepAlive
public const string KeepAlive
The Keep-Alive HTTP header.
Pragma
public const string Pragma
The Pragma HTTP header.
ProxyConnection
public const string ProxyConnection
The Proxy-Connection HTTP header.
Trailer
public const string Trailer
The Trailer HTTP header.
TransferEncoding
public const string TransferEncoding
The Transfer-Encoding HTTP header.
Upgrade
public const string Upgrade
The Upgrade HTTP header.
Via
public const string Via
The Via HTTP header.
Warning
public const string Warning
The Warning HTTP header.
ContentLength
public const string ContentLength
The Content-Length HTTP header.
ContentType
public const string ContentType
The Content-Type HTTP header.
ContentID
public const string ContentID
The Content-ID HTTP header.
ContentEncoding
public const string ContentEncoding
The Content-Encoding HTTP header.
ContentTransferEncoding
public const string ContentTransferEncoding
The Content-Transfer-Encoding HTTP header.
ContentLanguage
public const string ContentLanguage
The Content-Language HTTP header.
ContentLocation
public const string ContentLocation
The Content-Location HTTP header.
ContentRange
public const string ContentRange
The Content-Range HTTP header.
Expires
public const string Expires
The Expires HTTP header.
LastModified
public const string LastModified
The Last-Modified HTTP header.
Age
public const string Age
The Age HTTP header.
Location
public const string Location
The Location HTTP header.
ProxyAuthenticate
public const string ProxyAuthenticate
The Proxy-Authenticate HTTP header.
RetryAfter
public const string RetryAfter
The Retry-After HTTP header.
Server
public const string Server
The Server HTTP header.
SetCookie
public const string SetCookie
The Set-Cookie HTTP header.
SetCookie2
public const string SetCookie2
The Set-Cookie2 HTTP header.
Vary
public const string Vary
The Vary HTTP header.
WWWAuthenticate
public const string WWWAuthenticate
The WWW-Authenticate HTTP header.
Accept
public const string Accept
The Accept HTTP header.
AcceptCharset
public const string AcceptCharset
The Accept-Charset HTTP header.
AcceptEncoding
public const string AcceptEncoding
The Accept-Encoding HTTP header.
AcceptLanguage
public const string AcceptLanguage
The Accept-Language HTTP header.
Authorization
public const string Authorization
The Authorization HTTP header.
Cookie
public const string Cookie
The Cookie HTTP header.
Cookie2
public const string Cookie2
The Cookie2 HTTP header.
Expect
public const string Expect
The Expect HTTP header.
From
public const string From
The From HTTP header.
Host
public const string Host
The Host HTTP header.
IfMatch
public const string IfMatch
The If-Match HTTP header.
IfModifiedSince
public const string IfModifiedSince
The If-Modified-Since HTTP header.
IfNoneMatch
public const string IfNoneMatch
The If-None-Match HTTP header.
IfRange
public const string IfRange
The If-Range HTTP header.
IfUnmodifiedSince
public const string IfUnmodifiedSince
The If-Unmodified-Since HTTP header.
MaxForwards
public const string MaxForwards
The Max-Forwards HTTP header.
ProxyAuthorization
public const string ProxyAuthorization
The Proxy-Authorization HTTP header.
Referer
public const string Referer
The Referer HTTP header.
Range
public const string Range
The Range HTTP header.
UserAgent
public const string UserAgent
The User-Agent HTTP header.
ContentMD5
public const string ContentMD5
The Content-MD5 HTTP header.
ETag
public const string ETag
The ETag HTTP header.
TE
public const string TE
The TE HTTP header.
Allow
public const string Allow
The Allow HTTP header.
AcceptRanges
public const string AcceptRanges
The Accept-Ranges HTTP header.
MimeVersion
public const string MimeVersion
The MIME-Version HTTP header.