forwardFlatMessage Class   Table of ContentFlatMessage Constructor forward
FlatMessage Constructor
Overload List
  NameDescription
Public methodFlatMessage()
Initializes a new instance of the FlatMessage class
Public methodFlatMessage(ArraySegment<Byte>)
Constructs an instance from the tag=value form.
Public methodFlatMessage(Byte[])
Constructs an instance from the tag=value form.
Public methodFlatMessage(String)
Constructs an instance from the tag=value form.
Public methodFlatMessage(FlatMessage)
Initializes as a copy of other instance.
Public methodFlatMessage(Message)
Constructs an instance from the structured object.
Public methodFlatMessage(ProtocolVersion, String)
Constructs an instance with empty required message header fields.
Public methodFlatMessage(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.
Public methodFlatMessage(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.
Public methodFlatMessage(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.
Top
See Also