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 | Determines whether the specified Object is equal to the current Object. (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 | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Retrieves the value of a given header. | |
Remove | Removes the header value under the given name. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |