Class HttpHeaders
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
AcceptLanguage
Gets the header name for Accept-Language.
public const string AcceptLanguage = "Accept-Language"
Field Value
Authorization
Gets the header name for Authorization.
public const string Authorization = "Authorization"
Field Value
CacheControl
Gets the header name for Cache-Control.
public const string CacheControl = "Cache-Control"
Field Value
Connection
Gets the header name for Connection.
public const string Connection = "Connection"
Field Value
KeepAlive
Gets the header name for Keep-Alive.
public const string KeepAlive = "Keep-Alive"
Field Value
LastModified
Gets the header name for Last-Modified.
public const string LastModified = "Last-Modified"
Field Value
ProxyAuthenticate
Gets the header name for Proxy-Authenticate.
public const string ProxyAuthenticate = "Proxy-Authenticate"
Field Value
ProxyAuthorization
Gets the header name for Proxy-Authorization.
public const string ProxyAuthorization = "Proxy-Authorization"
Field Value
ProxyConnection
Gets the header name for Proxy-Connection.
public const string ProxyConnection = "Proxy-Connection"
Field Value
Referer
Gets the header name for Referer.
public const string Referer = "Referer"
Field Value
UserAgent
Gets the header name for User-Agent.
public const string UserAgent = "User-Agent"
Field Value
WWWAuthenticate
Gets the header name for WWW-Authenticate.
public const string WWWAuthenticate = "WWW-Authenticate"