Method | Description | |
---|---|---|
Close ( ) : void |
Closes this instance.
|
|
CompareTo ( IStompClient other ) : int | ||
Equals ( |
||
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.
|
public CompareTo ( IStompClient other ) : int | ||
other | IStompClient | |
return | int |
public Equals ( |
||
other | ||
return | bool |
public StompWebsocketClient ( IWebSocketConnection socket ) : System | ||
socket | IWebSocketConnection | The socket. |
return | System |