Event Reconnecting
Occurs when the connection starts reconnecting after losing its underlying connection. The exception (if any) that caused the connection to be lost is provided as the argument.
Namespace: Singulink.Net.Http.Api.Client
Assembly: Singulink.Net.Http.Api.Client.SignalR.dll
Syntax
public event Func<Exception?, Task>? Reconnecting
Returns
| Type | Description |
|---|---|
| Func<Exception, Task> | Occurs when the connection starts reconnecting after losing its underlying connection. The exception (if any) that caused the connection to be lost is provided as the argument. |