TsgcWSPClient_E2EE › Methods
Public methods grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Subscribe | Subscribes the client to a channel on the in-memory Broker. |
| UnSubscribe | Unsubscribes the client from a channel on the in-memory Broker. |
| Name | Description |
|---|---|
| SendDirectMessage | Sends an encrypted direct message (text, stream or bytes) to a remote user. |
| Name | Description |
|---|---|
| SendGroupMessage | Sends an encrypted message (text, stream or bytes) to all online members of a group. |
| Name | Description |
|---|---|
| CreateGroup | Creates a new encrypted group on the server. |
| DeleteGroup | Deletes an existing encrypted group. |
| JoinGroup | Joins an existing encrypted group to receive membership and key context. |
| LeaveGroup | Leaves a group the local user is currently a member of. |
| Name | Description |
|---|---|
| WriteData | Sends raw text or a stream through the underlying WebSocket connection. |
| Name | Description |
|---|---|
| CreateGroup | Creates a new encrypted group on the server. |
| DeleteGroup | Deletes an existing encrypted group. |
| JoinGroup | Joins an existing encrypted group to receive membership and key context. |
| LeaveGroup | Leaves a group the local user is currently a member of. |
| SendDirectMessage | Sends an encrypted direct message (text, stream or bytes) to a remote user. |
| SendGroupMessage | Sends an encrypted message (text, stream or bytes) to all online members of a group. |
| Subscribe | Subscribes the client to a channel on the in-memory Broker. |
| UnSubscribe | Unsubscribes the client from a channel on the in-memory Broker. |
| WriteData | Sends raw text or a stream through the underlying WebSocket connection. |