Hunny Software Library Reference

TransferEncodingType Constructor (ByteString)

Constructor that takes an initial byte string argument.

[Visual Basic]
Overloads Public Sub New( _
   ByVal bstr As ByteString _
)
[C#]
public TransferEncodingType(
   ByteString bstr
);

Parameters

bstr
initial value for the string representation

Remarks

This constructor sets the TransferEncodingType object's string representation to bstr and sets its parent node to null.

Normally, you call the Parse() method immediately after this constructor to create the broken-down representation.

See Also

TransferEncodingType Class | Hunny.Mime Namespace | TransferEncodingType Constructor Overload List