Method | Description | |
---|---|---|
StompMessage ( string command ) : System.Collections.Generic |
Initializes a new instance of the StompMessage class.
|
|
StompMessage ( string command, string body ) : System.Collections.Generic |
Initializes a new instance of the StompMessage class.
|
|
this ( string header ) : string |
Gets or sets the specified header attribute.
|
Method | Description | |
---|---|---|
StompMessage ( string command, string body, string>.Dictionary |
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, string body ) : System.Collections.Generic | ||
command | string | The command. |
body | string | The body. |
return | System.Collections.Generic |