Hunny Software Library Reference

Headers.Assemble Method 

Assembles the string representation.

[Visual Basic]
Overrides Public Sub Assemble()
[C#]
public override void Assemble();

Remarks

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.

See Also

Headers Class | Hunny.Mime Namespace