C# Class Ultralight.StompMessage

A STOMP protocol message
Exibir arquivo Open project: ernstnaezer/ultralight Class Usage Examples

Public Methods

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.

Private Methods

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

Initializes a new instance of the StompMessage class.

Method Details

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

StompMessage() public method

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

this() public method

Gets or sets the specified header attribute.
public this ( string header ) : string
header string
return string