Метод | Описание | |
---|---|---|
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 | |
Результат | int |
public Equals ( |
||
other | ||
Результат | bool |
public Send ( StompMessage message ) : void | ||
message | StompMessage | |
Результат | void |
public StompWebsocketClient ( IWebSocketConnection socket ) : System | ||
socket | IWebSocketConnection | The socket. |
Результат | System |