C# Класс Ultralight.StompMessage

A STOMP protocol message
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
StompMessage ( string command, string body, string>.Dictionary headers ) : System.Collections.Generic

Initializes a new instance of the StompMessage class.

Описание методов

StompMessage() публичный Метод

Initializes a new instance of the StompMessage class.
public StompMessage ( string command ) : System.Collections.Generic
command string The command.
Результат System.Collections.Generic

StompMessage() публичный Метод

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.
Результат System.Collections.Generic

this() публичный Метод

Gets or sets the specified header attribute.
public this ( string header ) : string
header string
Результат string