|
| WebSocketExtension (WebSocketOptions options=null) |
|
override async Task | Install (RestClient rc) |
|
async Task | Reconnect (bool recoverSubscription=true) |
| Reconnect to WebSocket server More...
|
|
async Task< T > | Request< T > (string method, string endpoint, object content=null) |
|
async Task< Subscription > | Subscribe (string[] eventFilters, Action< string > callback) |
|
async Task | Revoke () |
|
|
WebsocketClient | ws |
|
Wsc | wsc |
|
bool | enabled = true |
|
|
EventHandler< WsgMessage > | MessageReceived |
|
EventHandler< string > | RawMessageReceived |
|
EventHandler< Wsc > | WscReceived |
|
◆ Reconnect()
async Task RingCentral.Net.WebSocket.WebSocketExtension.Reconnect |
( |
bool |
recoverSubscription = true | ) |
|
|
inline |
Reconnect to WebSocket server
- Parameters
-
recoverSubscription | recover your existing subscription if there is one. You will have to re-subscribe your existing subscription if you don't specify true here. |
- Returns
The documentation for this class was generated from the following file:
- RingCentral.Net.WebSocket/WebSocketExtension.cs