HttpResponseHeaders Properties

.NET Framework (current version)
 

Namespace:   System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

NameDescription
System_CAPS_pubpropertyAcceptRanges

Gets the value of the Accept-Ranges header for an HTTP response.

System_CAPS_pubpropertyAge

Gets or sets the value of the Age header for an HTTP response.

System_CAPS_pubpropertyCacheControl

Gets or sets the value of the Cache-Control header for an HTTP response.

System_CAPS_pubpropertyConnection

Gets the value of the Connection header for an HTTP response.

System_CAPS_pubpropertyConnectionClose

Gets or sets a value that indicates if the Connection header for an HTTP response contains Close.

System_CAPS_pubpropertyDate

Gets or sets the value of the Date header for an HTTP response.

System_CAPS_pubpropertyETag

Gets or sets the value of the ETag header for an HTTP response.

System_CAPS_pubpropertyLocation

Gets or sets the value of the Location header for an HTTP response.

System_CAPS_pubpropertyPragma

Gets the value of the Pragma header for an HTTP response.

System_CAPS_pubpropertyProxyAuthenticate

Gets the value of the Proxy-Authenticate header for an HTTP response.

System_CAPS_pubpropertyRetryAfter

Gets or sets the value of the Retry-After header for an HTTP response.

System_CAPS_pubpropertyServer

Gets the value of the Server header for an HTTP response.

System_CAPS_pubpropertyTrailer

Gets the value of the Trailer header for an HTTP response.

System_CAPS_pubpropertyTransferEncoding

Gets the value of the Transfer-Encoding header for an HTTP response.

System_CAPS_pubpropertyTransferEncodingChunked

Gets or sets a value that indicates if the Transfer-Encoding header for an HTTP response contains chunked.

System_CAPS_pubpropertyUpgrade

Gets the value of the Upgrade header for an HTTP response.

System_CAPS_pubpropertyVary

Gets the value of the Vary header for an HTTP response.

System_CAPS_pubpropertyVia

Gets the value of the Via header for an HTTP response.

System_CAPS_pubpropertyWarning

Gets the value of the Warning header for an HTTP response.

System_CAPS_pubpropertyWwwAuthenticate

Gets the value of the WWW-Authenticate header for an HTTP response.

Return to top
Show: