A network peer (remote endpoint).
More...
|
| Peer (string iHostname, byte[] iWalletAddress, DateTime iLastSeen, long iLastConnectAttempt) |
|
A network peer (remote endpoint).
Definition at line 8 of file Peer.cs.
◆ Peer()
IXICore.Peer.Peer |
( |
string |
iHostname, |
|
|
byte [] |
iWalletAddress, |
|
|
DateTime |
iLastSeen, |
|
|
long |
iLastConnectAttempt |
|
) |
| |
◆ hostname
string IXICore.Peer.hostname |
Hostname or IP of the remote peer.
Definition at line 13 of file Peer.cs.
◆ lastConnectAttempt
long IXICore.Peer.lastConnectAttempt |
Unix epoch value of the last time we have attempted to connect to the peer.
Definition at line 25 of file Peer.cs.
◆ lastSeen
DateTime IXICore.Peer.lastSeen |
Timestamp of the last time the peer has been seen on the network.
Definition at line 21 of file Peer.cs.
◆ walletAddress
byte [] IXICore.Peer.walletAddress |
Ixian Wallet address associated with the peer.
Definition at line 17 of file Peer.cs.
The documentation for this class was generated from the following file: