HttpResponseHeader Enumeration
The HTTP headers that may be specified by the Item response 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 | |
![]() |
AcceptRanges | 20 | Specifies the MIME types that are acceptable for the response. |
![]() |
Age | 21 | |
![]() |
Allow | 10 | Specifies the set of HTTP methods supported. |
![]() |
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. |
![]() |
Date | 2 | Specifies the date and time at which the request originated. |
![]() |
ETag | 22 | |
![]() |
Expires | 18 | Specifies the date and time after which the accompanying body data should be considered stale. |
![]() |
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. |
![]() |
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. |
![]() |
RetryAfter | 25 | Specifies the URI of the resource from which the request URI was obtained. |
![]() |
Server | 26 | |
![]() |
SetCookie | 27 | |
![]() |
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. |
![]() |
Upgrade | 7 | Specifies additional communications protocols that the client supports. |
![]() |
Vary | 28 | |
![]() |
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. |