![]() | Table of Content | FlatMessage Constructor ![]() |
FlatMessage Constructor |
Name | Description | |
---|---|---|
![]() | FlatMessage() | Initializes a new instance of the FlatMessage class |
![]() | FlatMessage(ArraySegment<Byte>) |
Constructs an instance from the tag=value form.
|
![]() | FlatMessage(Byte[]) |
Constructs an instance from the tag=value form.
|
![]() | FlatMessage(String) |
Constructs an instance from the tag=value form.
|
![]() | FlatMessage(FlatMessage) |
Initializes as a copy of other instance.
|
![]() | FlatMessage(Message) |
Constructs an instance from the structured object.
|
![]() | FlatMessage(ProtocolVersion, String) |
Constructs an instance with empty required message header fields.
|
![]() | FlatMessage(ProtocolVersion, String, String, String, ArraySegment<Byte>) |
Constructs an instance from the tag=value form without session-level details.
Required tags will be added during the construction.
|
![]() | FlatMessage(ProtocolVersion, String, String, String, Byte[]) |
Constructs an instance from the tag=value form without session-level details.
Required tags will be added during the construction.
|
![]() | FlatMessage(ProtocolVersion, String, String, String, String) |
Constructs an instance from the tag=value form without session-level details.
Required tags will be added during the construction.
|