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
Public property AcceptRanges 20 Specifies the MIME types that are acceptable for the response.
Public property Age 21  
Public property Allow 10 Specifies the set of HTTP methods supported.
Public property CacheControl 0  
Public property Connection 1 Specifies options that are desired for a particular connection.
Public property ContentEncoding 13 Specifies the encodings that have been applied to the accompanying body data.
Public property ContentLanguage 14 Specifies the natural language(s) of the accompanying body data.
Public property ContentLength 11 Specifies the length, in bytes, of the accompanying body data.
Public property ContentLocation 15 Specifies a URI from which the accompanying body may be obtained.
Public property ContentMd5 16  
Public property ContentRange 17 Specifies where in the full body the accompanying partial body data should be applied.
Public property ContentType 12 Specifies the MIME type of the accompanying body data.
Public property Date 2 Specifies the date and time at which the request originated.
Public property ETag 22  
Public property Expires 18 Specifies the date and time after which the accompanying body data should be considered stale.
Public property KeepAlive 3 Specifies a parameter used into order to maintain a persistent connection.
Public property LastModified 19 Specifies the date and time at which the accompanying body data was last modified.
Public property Pragma 4 Specifies implementation-specific directives that might apply to any agent along the request/response chain.
Public property ProxyAuthorization 35 Specifies the credentials that the client presents in order to authenticate itself to a proxy.
Public property RetryAfter 25 Specifies the URI of the resource from which the request URI was obtained.
Public property Server 26  
Public property SetCookie 27  
Public property Trailer 5 Specifies the header fields present in the trailer of a message encoded with chunked transfer-coding.
Public property TransferEncoding 6 specifies what (if any) type of transformation that has been applied to the message body.
Public property Upgrade 7 Specifies additional communications protocols that the client supports.
Public property Vary 28  
Public property Via 8 Specifies intermediate protocols to be used by gateway and proxy agents.
Public property Warning 9 Specifies additional information about that status or transformation of a message that might not be reflected in the message.