mscorlib(4.0.0.0) API with additions
HttpResponseHeader.cs
1 namespace System.Net
2 {
4  [global::__DynamicallyInvokable]
5  public enum HttpResponseHeader
6  {
8  [global::__DynamicallyInvokable]
11  [global::__DynamicallyInvokable]
12  Connection,
14  [global::__DynamicallyInvokable]
15  Date,
17  [global::__DynamicallyInvokable]
18  KeepAlive,
20  [global::__DynamicallyInvokable]
21  Pragma,
23  [global::__DynamicallyInvokable]
24  Trailer,
26  [global::__DynamicallyInvokable]
27  TransferEncoding,
29  [global::__DynamicallyInvokable]
30  Upgrade,
32  [global::__DynamicallyInvokable]
33  Via,
35  [global::__DynamicallyInvokable]
36  Warning,
38  [global::__DynamicallyInvokable]
39  Allow,
41  [global::__DynamicallyInvokable]
42  ContentLength,
44  [global::__DynamicallyInvokable]
47  [global::__DynamicallyInvokable]
50  [global::__DynamicallyInvokable]
53  [global::__DynamicallyInvokable]
56  [global::__DynamicallyInvokable]
57  ContentMd5,
59  [global::__DynamicallyInvokable]
62  [global::__DynamicallyInvokable]
63  Expires,
65  [global::__DynamicallyInvokable]
68  [global::__DynamicallyInvokable]
71  [global::__DynamicallyInvokable]
72  Age,
74  [global::__DynamicallyInvokable]
75  ETag,
77  [global::__DynamicallyInvokable]
78  Location,
80  [global::__DynamicallyInvokable]
83  [global::__DynamicallyInvokable]
84  RetryAfter,
86  [global::__DynamicallyInvokable]
87  Server,
89  [global::__DynamicallyInvokable]
90  SetCookie,
92  [global::__DynamicallyInvokable]
93  Vary,
95  [global::__DynamicallyInvokable]
97  }
98 }
The Retry-After header, which specifies a time (in seconds), or a date and time, after which the clie...
The Accept-Ranges header, which specifies the range that is accepted by the server.
The Cache-Control header, which specifies directives that must be obeyed by all cache control mechani...
The Last-Modified header, which specifies the date and time at which the accompanying body data was l...
The Pragma header, which specifies implementation-specific directives that might apply to any agent a...
The Proxy-Authenticate header, which specifies that the client must authenticate itself to a proxy.
The Content-Range header, which specifies where in the full body the accompanying partial body data s...
The Set-Cookie header, which specifies cookie data that is presented to the client.
The Etag header, which specifies the current value for the requested variant.
The Via header, which specifies intermediate protocols to be used by gateway and proxy agents.
The Age header, which specifies the time, in seconds, since the response was generated by the origina...
The Location header, which specifies a URI to which the client is redirected to obtain the requested ...
The Upgrade header, which specifies additional communications protocols that the client supports.
The Content-Location header, which specifies a URI from which the accompanying body may be obtained.
The WWW-Authenticate header, which specifies that the client must authenticate itself to the server.
The Keep-Alive header, which specifies a parameter used into order to maintain a persistent connectio...
The Content-Encoding header, which specifies the encodings that have been applied to the accompanying...
The Date header, which specifies the date and time at which the request originated.
The Server header, which specifies information about the originating server agent.
The Vary header, which specifies the request headers that are used to determine whether a cached resp...
HttpResponseHeader
The HTTP headers that can be specified in a server response.
The Content-MD5 header, which specifies the MD5 digest of the accompanying body data,...
The Content-Type header, which specifies the MIME type of the accompanying body data.
The Content-Langauge header, which specifies the natural language(s) of the accompanying body data.