C# 클래스 Ultralight.Listeners.StompWebsocketClient

Wraps a client connecting over websockets
상속: IStompClient
파일 보기 프로젝트 열기: ernstnaezer/ultralight 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

Closes this instance.

CompareTo ( IStompClient other ) : int
Equals ( StompWebsocketClient other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Send ( StompMessage message ) : void

Sends a message to the client

StompWebsocketClient ( IWebSocketConnection socket ) : System

Initializes a new instance of the StompWebsocketClient class.

메소드 상세

Close() 공개 메소드

Closes this instance.
public Close ( ) : void
리턴 void

CompareTo() 공개 메소드

public CompareTo ( IStompClient other ) : int
other IStompClient
리턴 int

Equals() 공개 메소드

public Equals ( StompWebsocketClient other ) : bool
other StompWebsocketClient
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Send() 공개 메소드

Sends a message to the client
public Send ( StompMessage message ) : void
message StompMessage
리턴 void

StompWebsocketClient() 공개 메소드

Initializes a new instance of the StompWebsocketClient class.
public StompWebsocketClient ( IWebSocketConnection socket ) : System
socket IWebSocketConnection The socket.
리턴 System