Summary
Encapsulates all supported HTTP request headers. These will be set by the server when it receives the request.
Constructors
Instance methods
bool | | Determines if the specified header is present in this collection (case-insensitive). |
IEnumerator<KeyValuePair<string, string>> | | Enumerates all headers and values in this collection. |
bool | | Attempts to get the specified header’s value from this collection. |
Instance properties
int | | Gets the number of headers in this collection. |
bool | | Returns true. |
string | | Gets the value of the specified header, or null if such header is not present. Setting is not supported. |
ICollection<string> | | Gets all the header names in this collection. |
ICollection<string> | | Gets all the header values in this collection. |
Instance fields