Interface IPeerSettings
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IPeerSettings
Properties
|
Improve this Doc
View Source
BindAddress
Declaration
IPAddress BindAddress { get; }
Property Value
Type |
Description |
System.Net.IPAddress |
|
|
Improve this Doc
View Source
DnsServers
Declaration
IPEndPoint[] DnsServers { get; }
Property Value
Type |
Description |
System.Net.IPEndPoint[] |
|
|
Improve this Doc
View Source
NetworkType
Declaration
NetworkType NetworkType { get; }
Property Value
Type |
Description |
NetworkType |
|
|
Improve this Doc
View Source
PayoutAddress
Declaration
string PayoutAddress { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PeerId
Declaration
Property Value
|
Improve this Doc
View Source
Port
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PublicIpAddress
Declaration
IPAddress PublicIpAddress { get; }
Property Value
Type |
Description |
System.Net.IPAddress |
|
|
Improve this Doc
View Source
PublicKey
Declaration
string PublicKey { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SeedServers
Declaration
IList<string> SeedServers { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|