Show / Hide Table of Contents

    Interface IRpcServerSettings

    Namespace: Catalyst.Abstractions.Rpc
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IRpcServerSettings

    Properties

    | Improve this Doc View Source

    BindAddress

    Declaration
    IPAddress BindAddress { get; }
    Property Value
    Type Description
    System.Net.IPAddress
    | Improve this Doc View Source

    NodeConfig

    Declaration
    IConfigurationRoot NodeConfig { get; }
    Property Value
    Type Description
    IConfigurationRoot
    | Improve this Doc View Source

    PfxFileName

    Declaration
    string PfxFileName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Port

    Declaration
    int Port { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network