| HTTPHeaders Methods |
The HTTPHeaders type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds the given header value under the given name. | |
| Clear | Removes all headers. | |
| CopyFrom | Copy assignment operator. | |
| Count | Gets the number of HTTP headers. | |
| Equals | (Inherited from Object.) | |
| Exists | Determines if the headers collection contains a header of the specified name, with any value. | |
| GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
| GetNameAt | Retrieves the header name from a collection index. | |
| GetType | (Inherited from Object.) | |
| GetValue | Retrieves the value of a given header. | |
| Remove | Removes the header value under the given name. | |
| ToString | (Inherited from Object.) |