Class ReconnectInfo
Inheritance
object
ReconnectInfo
Namespace: Xrpl.Client
Assembly: Xrpl.dll
Syntax
public class ReconnectInfo
Properties
| Edit this page View SourceCurrentAttempt
Declaration
public int CurrentAttempt { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MaxAttempts
Declaration
public int MaxAttempts { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RemainingDelay
Declaration
public TimeSpan RemainingDelay { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |