C# Class Ultralight.StompMessage

A STOMP protocol message
Afficher le fichier Open project: ernstnaezer/ultralight Class Usage Examples

Méthodes publiques

Méthode 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

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

Initializes a new instance of the StompMessage class.

Method Details

StompMessage() public méthode

Initializes a new instance of the StompMessage class.
public StompMessage ( string command ) : System.Collections.Generic
command string The command.
Résultat System.Collections.Generic

StompMessage() public méthode

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.
Résultat System.Collections.Generic

this() public méthode

Gets or sets the specified header attribute.
public this ( string header ) : string
header string
Résultat string