Method | Description | |
---|---|---|
Connect ( this client ) : void |
Sends a 'CONNECT' message
|
|
Send ( this client, string message, string destination ) : void |
Sends a 'SEND' message
|
|
Subscribe ( this client, string destination ) : void |
Sends a 'SUBSCRIBE' message
|
|
UnSubscribe ( this client, string destination ) : void |
Sends an 'UNSUBSCRIBE' message
|
public static Send ( this client, string message, string destination ) : void | ||
client | this | |
message | string | |
destination | string | |
return | void |
public static Subscribe ( this client, string destination ) : void | ||
client | this | |
destination | string | |
return | void |
public static UnSubscribe ( this client, string destination ) : void | ||
client | this | |
destination | string | |
return | void |