Table of Contents

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

string

AcceptCharset

Accept-Charset header

public const string AcceptCharset = "Accept-Charset"

Field Value

string

AcceptEncoding

Accept-Encoding header

public const string AcceptEncoding = "Accept-Encoding"

Field Value

string

AcceptLanguage

Accept-Language header

public const string AcceptLanguage = "Accept-Language"

Field Value

string

AcceptRanges

Accept-Ranges header

public const string AcceptRanges = "Accept-Ranges"

Field Value

string

Age

Age header

public const string Age = "Age"

Field Value

string

Allow

Allow header

public const string Allow = "Allow"

Field Value

string

Authorization

Authorization header

public const string Authorization = "Authorization"

Field Value

string

CacheControl

Cache-Control header

public const string CacheControl = "Cache-Control"

Field Value

string

Connection

Connection header

public const string Connection = "Connection"

Field Value

string

ContentDisposition

Content-Disposition header

public const string ContentDisposition = "Content-Disposition"

Field Value

string

ContentEncoding

Content-Encoding header

public const string ContentEncoding = "Content-Encoding"

Field Value

string

ContentLanguage

Content-Language header

public const string ContentLanguage = "Content-Language"

Field Value

string

ContentLength

Content-Length header

public const string ContentLength = "Content-Length"

Field Value

string

ContentLocation

Content-Location header

public const string ContentLocation = "Content-Location"

Field Value

string

ContentMD5

Content-MD5 header

public const string ContentMD5 = "Content-MD5"

Field Value

string

ContentRange

Content-Range header

public const string ContentRange = "Content-Range"

Field Value

string

ContentType

Content-Type header

public const string ContentType = "Content-Type"

Field Value

string

Cookie header

public const string Cookie = "Cookie"

Field Value

string

Cookie2

Cookie2 header

public const string Cookie2 = "Cookie2"

Field Value

string

Date

Date header

public const string Date = "Date"

Field Value

string

ETag

ETag header

public const string ETag = "ETag"

Field Value

string

Expect

Expect header

public const string Expect = "Expect"

Field Value

string

Expires

Expires header

public const string Expires = "Expires"

Field Value

string

From

From header

public const string From = "From"

Field Value

string

Host

Host header

public const string Host = "Host"

Field Value

string

IfMatch

If-Match header

public const string IfMatch = "If-Match"

Field Value

string

IfModifiedSince

If-Modified-Since header

public const string IfModifiedSince = "If-Modified-Since"

Field Value

string

IfNoneMatch

If-None-Match header

public const string IfNoneMatch = "If-None-Match"

Field Value

string

IfRange

If-Range header

public const string IfRange = "If-Range"

Field Value

string

IfUnmodifiedSince

If-Unmodified-Since header

public const string IfUnmodifiedSince = "If-Unmodified-Since"

Field Value

string

KeepAlive

Keep-Alive header

public const string KeepAlive = "Keep-Alive"

Field Value

string

LastModified

Last-Modified header

public const string LastModified = "Last-Modified"

Field Value

string

Location

Location header

public const string Location = "Location"

Field Value

string

MaxForwards

Max-Forwards header

public const string MaxForwards = "Max-Forwards"

Field Value

string

Origin

Origin header

public const string Origin = "Origin"

Field Value

string

P3P

P3P header

public const string P3P = "P3P"

Field Value

string

Pragma

Pragma header

public const string Pragma = "Pragma"

Field Value

string

ProxyAuthenticate

Proxy-Authenticate header

public const string ProxyAuthenticate = "Proxy-Authenticate"

Field Value

string

ProxyAuthorization

Proxy-Authorization header

public const string ProxyAuthorization = "Proxy-Authorization"

Field Value

string

ProxyConnection

Proxy-Connection header

public const string ProxyConnection = "Proxy-Connection"

Field Value

string

Range

Range header

public const string Range = "Range"

Field Value

string

Referer

Referer header

public const string Referer = "Referer"

Field Value

string

RetryAfter

Retry-After header

public const string RetryAfter = "Retry-After"

Field Value

string

SecWebSocketAccept

Sec-WebSocket-Accept header

public const string SecWebSocketAccept = "Sec-WebSocket-Accept"

Field Value

string

SecWebSocketExtensions

Sec-WebSocket-Extensions header

public const string SecWebSocketExtensions = "Sec-WebSocket-Extensions"

Field Value

string

SecWebSocketKey

Sec-WebSocket-Key header

public const string SecWebSocketKey = "Sec-WebSocket-Key"

Field Value

string

SecWebSocketProtocol

Sec-WebSocket-Protocol header

public const string SecWebSocketProtocol = "Sec-WebSocket-Protocol"

Field Value

string

SecWebSocketVersion

Sec-WebSocket-Version header

public const string SecWebSocketVersion = "Sec-WebSocket-Version"

Field Value

string

Server

Server header

public const string Server = "Server"

Field Value

string

SetCookie

Set-Cookie header

public const string SetCookie = "Set-Cookie"

Field Value

string

SetCookie2

Set-Cookie2 header

public const string SetCookie2 = "Set-Cookie2"

Field Value

string

TE

TE header

public const string TE = "TE"

Field Value

string

Trailer

Trailer header

public const string Trailer = "Trailer"

Field Value

string

TransferEncoding

Transfer-Encoding header

public const string TransferEncoding = "Transfer-Encoding"

Field Value

string

Upgrade

Upgrade header

public const string Upgrade = "Upgrade"

Field Value

string

UserAgent

User-Agent header

public const string UserAgent = "User-Agent"

Field Value

string

Vary

Vary header

public const string Vary = "Vary"

Field Value

string

Via

Via header

public const string Via = "Via"

Field Value

string

WWWAuthenticate

WWW-Authenticate header

public const string WWWAuthenticate = "WWW-Authenticate"

Field Value

string

Warning

Warning header

public const string Warning = "Warning"

Field Value

string

XAspNetVersion

X-AspNet-Version header

public const string XAspNetVersion = "X-AspNet-Version"

Field Value

string

XPoweredBy

X-Powered-By header

public const string XPoweredBy = "X-Powered-By"

Field Value

string