Class PeerSettings
Peer settings class.
Inheritance
System.Object
PeerSettings
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.P2P
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class PeerSettings : IPeerSettings
Constructors
| Improve this Doc View SourcePeerSettings(IConfigurationRoot)
Set attributes
Declaration
public PeerSettings(IConfigurationRoot rootSection)
Parameters
Type | Name | Description |
---|---|---|
IConfigurationRoot | rootSection |
Properties
| Improve this Doc View SourceBindAddress
Declaration
public IPAddress BindAddress { get; }
Property Value
Type | Description |
---|---|
System.Net.IPAddress |
DnsServers
Declaration
public IPEndPoint[] DnsServers { get; }
Property Value
Type | Description |
---|---|
System.Net.IPEndPoint[] |
NetworkType
Declaration
public NetworkType NetworkType { get; }
Property Value
Type | Description |
---|---|
NetworkType |
PayoutAddress
Declaration
public string PayoutAddress { get; }
Property Value
Type | Description |
---|---|
System.String |
PeerId
Declaration
public PeerId PeerId { get; }
Property Value
Type | Description |
---|---|
PeerId |
Port
Declaration
public int Port { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PublicIpAddress
Declaration
public IPAddress PublicIpAddress { get; }
Property Value
Type | Description |
---|---|
System.Net.IPAddress |
PublicKey
Declaration
public string PublicKey { get; }
Property Value
Type | Description |
---|---|
System.String |
SeedServers
Declaration
public IList<string> SeedServers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |