Enum SessionEndReason
Why the connection session ended.
Namespace: Xrpl.Client
Assembly: Xrpl.dll
Syntax
public enum SessionEndReason
Fields
| Name | Description |
|---|---|
| ConnectionLost | The connection dropped, or the SDK tore it down itself to reconnect after a ping timeout or a network drop. |
| ServerChanged | The caller moved to another server with |
| UserDisconnected | The caller closed the connection with |