Class HttpKnownHeaderNames
- Namespace
- SunamoHttp.Values
- Assembly
- SunamoHttp.dll
Well-known HTTP header names
public static class HttpKnownHeaderNames
- Inheritance
-
HttpKnownHeaderNames
- Inherited Members
Fields
Accept
Accept header
public const string Accept = "Accept"
Field Value
AcceptCharset
Accept-Charset header
public const string AcceptCharset = "Accept-Charset"
Field Value
AcceptEncoding
Accept-Encoding header
public const string AcceptEncoding = "Accept-Encoding"
Field Value
AcceptLanguage
Accept-Language header
public const string AcceptLanguage = "Accept-Language"
Field Value
AcceptRanges
Accept-Ranges header
public const string AcceptRanges = "Accept-Ranges"
Field Value
Age
Age header
public const string Age = "Age"
Field Value
Allow
Allow header
public const string Allow = "Allow"
Field Value
Authorization
Authorization header
public const string Authorization = "Authorization"
Field Value
CacheControl
Cache-Control header
public const string CacheControl = "Cache-Control"
Field Value
Connection
Connection header
public const string Connection = "Connection"
Field Value
ContentDisposition
Content-Disposition header
public const string ContentDisposition = "Content-Disposition"
Field Value
ContentEncoding
Content-Encoding header
public const string ContentEncoding = "Content-Encoding"
Field Value
ContentLanguage
Content-Language header
public const string ContentLanguage = "Content-Language"
Field Value
ContentLength
Content-Length header
public const string ContentLength = "Content-Length"
Field Value
ContentLocation
Content-Location header
public const string ContentLocation = "Content-Location"
Field Value
ContentMD5
Content-MD5 header
public const string ContentMD5 = "Content-MD5"
Field Value
ContentRange
Content-Range header
public const string ContentRange = "Content-Range"
Field Value
ContentType
Content-Type header
public const string ContentType = "Content-Type"
Field Value
Cookie
Cookie header
public const string Cookie = "Cookie"
Field Value
Cookie2
Cookie2 header
public const string Cookie2 = "Cookie2"
Field Value
Date
Date header
public const string Date = "Date"
Field Value
ETag
ETag header
public const string ETag = "ETag"
Field Value
Expect
Expect header
public const string Expect = "Expect"
Field Value
Expires
Expires header
public const string Expires = "Expires"
Field Value
From
From header
public const string From = "From"
Field Value
Host
Host header
public const string Host = "Host"
Field Value
IfMatch
If-Match header
public const string IfMatch = "If-Match"
Field Value
IfModifiedSince
If-Modified-Since header
public const string IfModifiedSince = "If-Modified-Since"
Field Value
IfNoneMatch
If-None-Match header
public const string IfNoneMatch = "If-None-Match"
Field Value
IfRange
If-Range header
public const string IfRange = "If-Range"
Field Value
IfUnmodifiedSince
If-Unmodified-Since header
public const string IfUnmodifiedSince = "If-Unmodified-Since"
Field Value
KeepAlive
Keep-Alive header
public const string KeepAlive = "Keep-Alive"
Field Value
LastModified
Last-Modified header
public const string LastModified = "Last-Modified"
Field Value
Location
Location header
public const string Location = "Location"
Field Value
MaxForwards
Max-Forwards header
public const string MaxForwards = "Max-Forwards"
Field Value
Origin
Origin header
public const string Origin = "Origin"
Field Value
P3P
P3P header
public const string P3P = "P3P"
Field Value
Pragma
Pragma header
public const string Pragma = "Pragma"
Field Value
ProxyAuthenticate
Proxy-Authenticate header
public const string ProxyAuthenticate = "Proxy-Authenticate"
Field Value
ProxyAuthorization
Proxy-Authorization header
public const string ProxyAuthorization = "Proxy-Authorization"
Field Value
ProxyConnection
Proxy-Connection header
public const string ProxyConnection = "Proxy-Connection"
Field Value
Range
Range header
public const string Range = "Range"
Field Value
Referer
Referer header
public const string Referer = "Referer"
Field Value
RetryAfter
Retry-After header
public const string RetryAfter = "Retry-After"
Field Value
SecWebSocketAccept
Sec-WebSocket-Accept header
public const string SecWebSocketAccept = "Sec-WebSocket-Accept"
Field Value
SecWebSocketExtensions
Sec-WebSocket-Extensions header
public const string SecWebSocketExtensions = "Sec-WebSocket-Extensions"
Field Value
SecWebSocketKey
Sec-WebSocket-Key header
public const string SecWebSocketKey = "Sec-WebSocket-Key"
Field Value
SecWebSocketProtocol
Sec-WebSocket-Protocol header
public const string SecWebSocketProtocol = "Sec-WebSocket-Protocol"
Field Value
SecWebSocketVersion
Sec-WebSocket-Version header
public const string SecWebSocketVersion = "Sec-WebSocket-Version"
Field Value
Server
Server header
public const string Server = "Server"
Field Value
SetCookie
Set-Cookie header
public const string SetCookie = "Set-Cookie"
Field Value
SetCookie2
Set-Cookie2 header
public const string SetCookie2 = "Set-Cookie2"
Field Value
TE
TE header
public const string TE = "TE"
Field Value
Trailer
Trailer header
public const string Trailer = "Trailer"
Field Value
TransferEncoding
Transfer-Encoding header
public const string TransferEncoding = "Transfer-Encoding"
Field Value
Upgrade
Upgrade header
public const string Upgrade = "Upgrade"
Field Value
UserAgent
User-Agent header
public const string UserAgent = "User-Agent"
Field Value
Vary
Vary header
public const string Vary = "Vary"
Field Value
Via
Via header
public const string Via = "Via"
Field Value
WWWAuthenticate
WWW-Authenticate header
public const string WWWAuthenticate = "WWW-Authenticate"
Field Value
Warning
Warning header
public const string Warning = "Warning"
Field Value
XAspNetVersion
X-AspNet-Version header
public const string XAspNetVersion = "X-AspNet-Version"
Field Value
XPoweredBy
X-Powered-By header
public const string XPoweredBy = "X-Powered-By"