Sends a specified message over a specified connection.
Declaring type: Message
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static void Send (
        Connection connection,
        Guid guid,
        ITransportHeaders headers,
        Stream message
) 
Parameters
connection
Duplex Channel Connection
guid
Unique identifier of the Message
headers
Remoting transport headers
message
Stream with raw data of the message