Class ConnectionInfo
Chia's representation of a connection from node to node
public record ConnectionInfo : IEquatable<ConnectionInfo>
  - Inheritance
 - 
      
      ConnectionInfo
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Properties
BytesRead
public uint? BytesRead { get; init; }
  Property Value
- uint?
 - Chia's representation of a connection from node to node
 
BytesWritten
public uint? BytesWritten { get; init; }
  Property Value
- uint?
 - Chia's representation of a connection from node to node
 
CreationDateTime
[JsonIgnore]
public DateTime CreationDateTime { get; }
  Property Value
- DateTime
 - Chia's representation of a connection from node to node
 
CreationTime
public double CreationTime { get; init; }
  Property Value
- double
 - Chia's representation of a connection from node to node
 
IsLocal
Flag indicating whether the peer connection is local to the node
[JsonIgnore]
public bool IsLocal { get; }
  Property Value
- bool
 - Chia's representation of a connection from node to node
 
LastMessageDateTime
[JsonIgnore]
public DateTime LastMessageDateTime { get; }
  Property Value
- DateTime
 - Chia's representation of a connection from node to node
 
LastMessageTime
public double LastMessageTime { get; init; }
  Property Value
- double
 - Chia's representation of a connection from node to node
 
LocalPort
public int LocalPort { get; init; }
  Property Value
- int
 - Chia's representation of a connection from node to node
 
NodeId
public string NodeId { get; init; }
  Property Value
- string
 - Chia's representation of a connection from node to node
 
PeakHash
public string PeakHash { get; init; }
  Property Value
- string
 - Chia's representation of a connection from node to node
 
PeakHeight
public uint? PeakHeight { get; init; }
  Property Value
- uint?
 - Chia's representation of a connection from node to node
 
PeakWeight
public ulong? PeakWeight { get; init; }
  Property Value
- ulong?
 - Chia's representation of a connection from node to node
 
PeerHost
public string PeerHost { get; init; }
  Property Value
- string
 - Chia's representation of a connection from node to node
 
PeerPort
public int PeerPort { get; init; }
  Property Value
- int
 - Chia's representation of a connection from node to node
 
PeerServerPort
public int PeerServerPort { get; init; }
  Property Value
- int
 - Chia's representation of a connection from node to node
 
Type
public NodeType Type { get; init; }
  Property Value
- NodeType
 - Chia's representation of a connection from node to node