Assembles the string representation.
This method, inherited from Node, executes the assemble
operation for Headers objects. The assemble operation
creates or updates the string representation from the broken-down
representation. For Headers objects, the assemble operation
builds the string representation from its list of Field
objects. Before it builds the string representation for the
Headers object, this method first calls the
Assemble() method of each Field object in its
list.
You should call this method after you set or modify any of the
contained Field objects, and before you retrieve the string
representation.
This method clears the is-modified flag.
Headers Class | Hunny.Mime Namespace