The HeaderCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds value for specified header key. Updates listener for that key.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetValues |
Gets the values associated with the specified key.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Removes all headers for specified header key. Updates listener for that key.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AllKeys |
Gets all the header keys stored in this collection.
| |
| Count |
Returns the number of the elements in this collection.
| |
| Item |
Gets or set header value for specified header keys. Updates listener for that key.
|