C# Class StompSharp.Messages.Message

Inheritance: IMessage
Afficher le fichier Open project: Code-Sharp/StompSharp

Méthodes publiques

Méthode Description
Message ( string command, IList headers, byte body ) : System
ToString ( ) : string

Method Details

Message() public méthode

public Message ( string command, IList headers, byte body ) : System
command string
headers IList
body byte
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string