HttpRequestHeaders Properties

.NET Framework (current version)
 

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

NameDescription
System_CAPS_pubpropertyAccept

Gets the value of the Accept header for an HTTP request.

System_CAPS_pubpropertyAcceptCharset

Gets the value of the Accept-Charset header for an HTTP request.

System_CAPS_pubpropertyAcceptEncoding

Gets the value of the Accept-Encoding header for an HTTP request.

System_CAPS_pubpropertyAcceptLanguage

Gets the value of the Accept-Language header for an HTTP request.

System_CAPS_pubpropertyAuthorization

Gets or sets the value of the Authorization header for an HTTP request.

System_CAPS_pubpropertyCacheControl

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

System_CAPS_pubpropertyConnection

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

System_CAPS_pubpropertyConnectionClose

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

System_CAPS_pubpropertyDate

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

System_CAPS_pubpropertyExpect

Gets the value of the Expect header for an HTTP request.

System_CAPS_pubpropertyExpectContinue

Gets or sets a value that indicates if the Expect header for an HTTP request contains Continue.

System_CAPS_pubpropertyFrom

Gets or sets the value of the From header for an HTTP request.

System_CAPS_pubpropertyHost

Gets or sets the value of the Host header for an HTTP request.

System_CAPS_pubpropertyIfMatch

Gets the value of the If-Match header for an HTTP request.

System_CAPS_pubpropertyIfModifiedSince

Gets or sets the value of the If-Modified-Since header for an HTTP request.

System_CAPS_pubpropertyIfNoneMatch

Gets the value of the If-None-Match header for an HTTP request.

System_CAPS_pubpropertyIfRange

Gets or sets the value of the If-Range header for an HTTP request.

System_CAPS_pubpropertyIfUnmodifiedSince

Gets or sets the value of the If-Unmodified-Since header for an HTTP request.

System_CAPS_pubpropertyMaxForwards

Gets or sets the value of the Max-Forwards header for an HTTP request.

System_CAPS_pubpropertyPragma

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

System_CAPS_pubpropertyProxyAuthorization

Gets or sets the value of the Proxy-Authorization header for an HTTP request.

System_CAPS_pubpropertyRange

Gets or sets the value of the Range header for an HTTP request.

System_CAPS_pubpropertyReferrer

Gets or sets the value of the Referer header for an HTTP request.

System_CAPS_pubpropertyTE

Gets the value of the TE header for an HTTP request.

System_CAPS_pubpropertyTrailer

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

System_CAPS_pubpropertyTransferEncoding

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

System_CAPS_pubpropertyTransferEncodingChunked

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

System_CAPS_pubpropertyUpgrade

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

System_CAPS_pubpropertyUserAgent

Gets the value of the User-Agent header for an HTTP request.

System_CAPS_pubpropertyVia

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

System_CAPS_pubpropertyWarning

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

Return to top
Show: