Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the collection of Request Headers as defined in RFC 2616.
Inheritance Hierarchy
System.Object
System.Net.Http.Headers.HttpHeaders
System.Net.Http.Headers.HttpRequestHeaders
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public NotInheritable Class HttpRequestHeaders _
Inherits HttpHeaders
'Usage
Dim instance As HttpRequestHeaders
public sealed class HttpRequestHeaders : HttpHeaders
public ref class HttpRequestHeaders sealed : public HttpHeaders
[<SealedAttribute>]
type HttpRequestHeaders =
class
inherit HttpHeaders
end
public final class HttpRequestHeaders extends HttpHeaders
The HttpRequestHeaders type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Accept | Gets {insert text here}. |
![]() |
AcceptCharset | Gets {insert text here}. |
![]() |
AcceptEncoding | Gets {insert text here}. |
![]() |
AcceptLanguage | Gets {insert text here}. |
![]() |
Authorization | Gets or sets {insert text here}. |
![]() |
CacheControl | Gets or sets {insert text here}. |
![]() |
Connection | Gets {insert text here}. |
![]() |
ConnectionClose | Gets or sets {insert text here}. |
![]() |
Date | Gets or sets {insert text here}. |
![]() |
Expect | Gets {insert text here}. |
![]() |
ExpectContinue | Gets or sets {insert text here}. |
![]() |
From | Gets or sets {insert text here}. |
![]() |
Host | Gets or sets {insert text here}. |
![]() |
IfMatch | Gets {insert text here}. |
![]() |
IfModifiedSince | Gets or sets {insert text here}. |
![]() |
IfNoneMatch | Gets {insert text here}. |
![]() |
IfRange | Gets or sets {insert text here}. |
![]() |
IfUnmodifiedSince | Gets or sets {insert text here}. |
![]() |
MaxForwards | Gets or sets {insert text here}. |
![]() |
Pragma | Gets {insert text here}. |
![]() |
ProxyAuthorization | Gets or sets {insert text here}. |
![]() |
Range | Gets or sets {insert text here}. |
![]() |
Referrer | Gets or sets {insert text here}. |
![]() |
TE | Gets {insert text here}. |
![]() |
Trailer | Gets {insert text here}. |
![]() |
TransferEncoding | Gets {insert text here}. |
![]() |
TransferEncodingChunked | Gets or sets {insert text here}. |
![]() |
Upgrade | Gets {insert text here}. |
![]() |
UserAgent | Gets {insert text here}. |
![]() |
Via | Gets {insert text here}. |
![]() |
Warning | Gets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(String, IEnumerable<String>) | (Inherited from HttpHeaders.) |
![]() |
Add(String, String) | (Inherited from HttpHeaders.) |
![]() |
Clear | (Inherited from HttpHeaders.) |
![]() |
Contains | (Inherited from HttpHeaders.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from HttpHeaders.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValues | (Inherited from HttpHeaders.) |
![]() |
Remove | (Inherited from HttpHeaders.) |
![]() |
ToString | (Inherited from HttpHeaders.) |
![]() |
TryAddWithoutValidation(String, IEnumerable<String>) | (Inherited from HttpHeaders.) |
![]() |
TryAddWithoutValidation(String, String) | (Inherited from HttpHeaders.) |
![]() |
TryGetValues | (Inherited from HttpHeaders.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from HttpHeaders.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.