HttpRequestHeader Enumeration
The HTTP headers that may be specified by the Item request member of the WebHeaderCollection class. These headers are based on the HTTP 1.1 specification of the W3 consortium.
Namespace: elsystem.net
Enumerated Values
Name |
Value |
Description | |
![]() |
Accept | 20 | Specifies the MIME types that are acceptable for the response. |
![]() |
AcceptCharset | 21 | Specifies the character sets that are acceptable for the response. |
![]() |
AcceptEncoding | 22 | Specifies the content encodings that are acceptable for the response. |
![]() |
AcceptLanguage | 23 | Specifies that natural languages that are preferred for the response. |
![]() |
Allow | 10 | Specifies the set of HTTP methods supported. |
![]() |
Authorization | 24 | Specifies the credentials that the client presents in order to authenticate itself to the server. |
![]() |
CacheControl | 0 | |
![]() |
Connection | 1 | Specifies options that are desired for a particular connection. |
![]() |
ContentEncoding | 13 | Specifies the encodings that have been applied to the accompanying body data. |
![]() |
ContentLanguage | 14 | Specifies the natural language(s) of the accompanying body data. |
![]() |
ContentLength | 11 | Specifies the length, in bytes, of the accompanying body data. |
![]() |
ContentLocation | 15 | Specifies a URI from which the accompanying body may be obtained. |
![]() |
ContentMd5 | 16 | |
![]() |
ContentRange | 17 | Specifies where in the full body the accompanying partial body data should be applied. |
![]() |
ContentType | 12 | Specifies the MIME type of the accompanying body data. |
![]() |
Cookie | 25 | Specifies cookie data presented to the server. |
![]() |
Date | 2 | Specifies the date and time at which the request originated. |
![]() |
Expect | 26 | Specifies particular server behaviors that are required by the client. |
![]() |
Expires | 18 | Specifies the date and time after which the accompanying body data should be considered stale. |
![]() |
From | 27 | Specifies an Internet E-mail address for the human user who controls the requesting user agent. |
![]() |
Host | 28 | Specifies the host name and port number of the resource being requested. |
![]() |
IfMatch | 29 | Specifies that the requested operation should be performed only if the client's cached copy of the indicated resource is current. |
![]() |
IfModifiedSince | 30 | Specifies that the requested operation should be performed only if the requested resource has been modified since the indicated data and time. |
![]() |
IfNoneMatch | 31 | Specifies that the requested operation should be performed only if none of client's cached copies of the indicated resources are current. |
![]() |
IfRange | 32 | Specifies that only the specified range of the requested resource should be sent, if the client's cached copy is current. |
![]() |
IfUnmodifiedSince | 33 | Specifies that the requested operation should be performed only if the requested resource has not been modified since the indicated date and time. |
![]() |
KeepAlive | 3 | Specifies a parameter used into order to maintain a persistent connection. |
![]() |
LastModified | 19 | Specifies the date and time at which the accompanying body data was last modified. |
![]() |
MaxForwards | 34 | Specifies an integer indicating the remaining number of times that this request may be forwarded. |
![]() |
Pragma | 4 | Specifies implementation-specific directives that might apply to any agent along the request/response chain. |
![]() |
ProxyAuthorization | 35 | Specifies the credentials that the client presents in order to authenticate itself to a proxy. |
![]() |
Range | 37 | Specifies the sub-range(s) of the response that the client requests be returned in lieu of the entire response. |
![]() |
Referer | 36 | Specifies the URI of the resource from which the request URI was obtained. |
![]() |
Te | 38 | Specifies the transfer encodings that are acceptable for the response. |
![]() |
Trailer | 5 | Specifies the header fields present in the trailer of a message encoded with chunked transfer-coding. |
![]() |
TransferEncoding | 6 | specifies what (if any) type of transformation that has been applied to the message body. |
![]() |
Translate | 39 | A Microsoft extension to the HTTP specification used in conjunction with WebDAV functionality. |
![]() |
Upgrade | 7 | Specifies additional communications protocols that the client supports. |
![]() |
UserAgent | 40 | Specifies information about the client agent. |
![]() |
Via | 8 | Specifies intermediate protocols to be used by gateway and proxy agents. |
![]() |
Warning | 9 | Specifies additional information about that status or transformation of a message that might not be reflected in the message. |