C# 클래스 Ultralight.StompMessage

A STOMP protocol message
파일 보기 프로젝트 열기: ernstnaezer/ultralight 1 사용 예제들

공개 메소드들

메소드 설명
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