C# Class Ultralight.Listeners.StompWebsocketClient

Wraps a client connecting over websockets
Inheritance: IStompClient
Afficher le fichier Open project: ernstnaezer/ultralight Class Usage Examples

Méthodes publiques

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

Method Details

Close() public méthode

Closes this instance.
public Close ( ) : void
Résultat void

CompareTo() public méthode

public CompareTo ( IStompClient other ) : int
other IStompClient
Résultat int

Equals() public méthode

public Equals ( StompWebsocketClient other ) : bool
other StompWebsocketClient
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Send() public méthode

Sends a message to the client
public Send ( StompMessage message ) : void
message StompMessage
Résultat void

StompWebsocketClient() public méthode

Initializes a new instance of the StompWebsocketClient class.
public StompWebsocketClient ( IWebSocketConnection socket ) : System
socket IWebSocketConnection The socket.
Résultat System