Show / Hide Table of Contents

    Interface IRpcClientConfig

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

    Properties

    | Improve this Doc View Source

    HostAddress

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

    NodeId

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

    PfxFileName

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

    Port

    Declaration
    int Port { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PublicKey

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

    SslCertPassword

    Declaration
    string SslCertPassword { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network