Hunny Software Library Reference

Headers Methods

The methods of the Headers class are listed below. For a complete list of Headers class members, see the Headers Members topic.

Public Instance Methods

AddField Adds a header field to the end of the list.
Assemble Assembles the string representation.
Clone Creates a copy of this object.
DeleteAllFields Deletes all header fields in the list.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FieldAt Gets the header field at the specified position.
FieldBody Gets the field body of the specified header field.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
HasField Returns true if a field with the specified name is in the list.
InsertFieldAt Inserts a header field at the specified position.
Parse Parses the string representation.
RemoveFieldAt Removes the header field at the specified position.
ToString (inherited from Node) Returns the string representation as a System.String.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
FindFieldNamed Searches for a header field by its field name.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Headers Class | Hunny.Mime Namespace