Ultralight.StompMessage.StompMessage C# (CSharp) Method

StompMessage() public method

Initializes a new instance of the StompMessage class.
public StompMessage ( string command ) : System.Collections.Generic
command string The command.
return System.Collections.Generic
        public StompMessage(string command)
            : this(command, string.Empty)
        {
        }

Same methods

StompMessage::StompMessage ( string command, string body ) : System.Collections.Generic
StompMessage::StompMessage ( string command, string body, string>.Dictionary headers ) : System.Collections.Generic