HttpHeaders Class
A collection of headers and their values as defined in RFC 2616.
System::Object
System.Net.Http.Headers::HttpHeaders
System.Net.Http.Headers::HttpContentHeaders
System.Net.Http.Headers::HttpRequestHeaders
System.Net.Http.Headers::HttpResponseHeaders
System.Net.Http.Headers::HttpHeaders
System.Net.Http.Headers::HttpContentHeaders
System.Net.Http.Headers::HttpRequestHeaders
System.Net.Http.Headers::HttpResponseHeaders
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
The HttpHeaders type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Add(String, IEnumerable<String>) | |
![]() | Add(String, String) | |
![]() | Clear | |
![]() | Contains | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValues | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | |
![]() | ToString | (Overrides Object::ToString().) |
![]() | TryAddWithoutValidation(String, IEnumerable<String>) | |
![]() | TryAddWithoutValidation(String, String) | |
![]() | TryGetValues |
Show:
