The MimeHeaderCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(MimeHeader) |
Adds a MimeHeader to the end of the list.
| |
| Add(String, String) |
Adds a new header to the end of the list.
| |
| Clear |
Removes all headers from the list.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (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.) | |
| GetAllHeaders |
Gets all MimeHeader of the specified name.
| |
| GetAllHeaderValuesRaw |
Gets raw text representations of all headers of the specified name.
| |
| GetEnumerator |
Gets an IEnumerator for the MimeHeaderCollection collection.
| |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetRaw |
Gets the raw text representation of the specified header if available.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Insert(Int32, MimeHeader) |
Inserts a MimeHeader into the list at the specified index.
| |
| Insert(Int32, String, String) |
Inserts a headerinto the list at the specified index.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(String) |
Removes all MimeHeaders of the specified name from the list.
| |
| Remove(MimeHeader) |
Removes the first occurance of specified MimeHeader from the list.
| |
| RemoveAt |
Removes the MimeHeader at the specified index from the list.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable<(Of <<'(MimeHeader>)>>)..::..GetEnumerator |