A message which can be sent or received over a Duplex Channel instance.
Declaring type: Message
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Public Constructors (see also: Protected Constructors)
  Name Description
Public Method Message Creates a new instance of the Message class.
Collapse/Expand Protected Constructors
  Name Description
Protected Method Message Creates a new instance of the Message class.
Collapse/Expand Public Methods
  Name Description
Public Method Static BeginReceive Begins receiving message data asynchronously.
Public Method Static EndReceive Receives a message over a specified Duplex Channel Connection.
Public Method Static Send Sends a specified message over a specified connection.
Public Method Virtual ToString Gets a string representation of this object.
Collapse/Expand Public Properties
  Name Description
Public Property MessageBody Gets a stream for accessing the messageґs body raw data.