Show / Hide Table of Contents

    Interface IPeerSettings

    Namespace: Catalyst.Abstractions.P2P
    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
    PeerId PeerId { get; }
    Property Value
    Type Description
    PeerId
    | Improve this Doc View Source

    Port

    Declaration
    int Port { get; }
    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>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network