Show / Hide Table of Contents

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 ChangeServer.

UserDisconnected

The caller closed the connection with Disconnect.

Extension Methods

EmumExtensions.DecodeFlags<SessionEndReason>(SessionEndReason)
EmumExtensions.FlagsValues<SessionEndReason>(SessionEndReason)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX