Header |
The HeaderCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| AllKeys | Gets all MIME header keys stored in this collection. | |
| Count | Returns the total number of elements stored in this collection. | |
| Item | Gets or set the header value for specified header key. |
| Name | Description | |
|---|---|---|
| Add | Adds value for specified header key. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetUnfoldedValue | Gets the unfolded (new lines removed) value associated with the specified key. | |
| GetUnfoldedValues | Gets the unfolded (new lines removed) values associated with the specified key. | |
| 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 | Returns a string that represents the current object. (Inherited from Object) |