Table of Contents

Class HttpHeaders

Namespace
Ecng.Net
Assembly
Ecng.Net.dll

Contains constants for common HTTP header field names.

public static class HttpHeaders
Inheritance
HttpHeaders
Inherited Members

Fields

AcceptEncoding

Gets the header name for Accept-Encoding.

public const string AcceptEncoding = "Accept-Encoding"

Field Value

string

AcceptLanguage

Gets the header name for Accept-Language.

public const string AcceptLanguage = "Accept-Language"

Field Value

string

Authorization

Gets the header name for Authorization.

public const string Authorization = "Authorization"

Field Value

string

CacheControl

Gets the header name for Cache-Control.

public const string CacheControl = "Cache-Control"

Field Value

string

Connection

Gets the header name for Connection.

public const string Connection = "Connection"

Field Value

string

KeepAlive

Gets the header name for Keep-Alive.

public const string KeepAlive = "Keep-Alive"

Field Value

string

LastModified

Gets the header name for Last-Modified.

public const string LastModified = "Last-Modified"

Field Value

string

ProxyAuthenticate

Gets the header name for Proxy-Authenticate.

public const string ProxyAuthenticate = "Proxy-Authenticate"

Field Value

string

ProxyAuthorization

Gets the header name for Proxy-Authorization.

public const string ProxyAuthorization = "Proxy-Authorization"

Field Value

string

ProxyConnection

Gets the header name for Proxy-Connection.

public const string ProxyConnection = "Proxy-Connection"

Field Value

string

Referer

Gets the header name for Referer.

public const string Referer = "Referer"

Field Value

string

UserAgent

Gets the header name for User-Agent.

public const string UserAgent = "User-Agent"

Field Value

string

WWWAuthenticate

Gets the header name for WWW-Authenticate.

public const string WWWAuthenticate = "WWW-Authenticate"

Field Value

string