C# Class StompSharp.Messages.Message

Inheritance: IMessage
Exibir arquivo Open project: Code-Sharp/StompSharp

Public Methods

Method Description
Message ( string command, IList headers, byte body ) : System
ToString ( ) : string

Method Details

Message() public method

public Message ( string command, IList headers, byte body ) : System
command string
headers IList
body byte
return System

ToString() public method

public ToString ( ) : string
return string