Show / Hide Table of Contents

Class ConnectionStatusInfo

Inheritance
object
ConnectionStatusInfo
Namespace: Xrpl.Client
Assembly: Xrpl.dll
Syntax
public class ConnectionStatusInfo

Properties

| Edit this page View Source

ConnectionState

Declaration
public XrpConnectionState ConnectionState { get; set; }
Property Value
Type Description
XrpConnectionState
| Edit this page View Source

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Reconnect

Declaration
public ReconnectInfo? Reconnect { get; set; }
Property Value
Type Description
ReconnectInfo
| Edit this page View Source

Severity

Declaration
public ConnectionCloseSeverity Severity { get; set; }
Property Value
Type Description
ConnectionCloseSeverity
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX