Class ConnectionStatusInfo
Inheritance
object
ConnectionStatusInfo
Assembly: Xrpl.dll
Syntax
public class ConnectionStatusInfo
Properties
|
Edit this page
View Source
ConnectionState
Declaration
public XrpConnectionState ConnectionState { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
public string Message { get; set; }
Property Value
|
Edit this page
View Source
Reconnect
Declaration
public ReconnectInfo? Reconnect { get; set; }
Property Value
|
Edit this page
View Source
Severity
Declaration
public ConnectionCloseSeverity Severity { get; set; }
Property Value