Show / Hide Table of Contents

    Class RpcServerSettings

    This class provides the settings for the RpcServer class.

    Inheritance
    System.Object
    RpcServerSettings
    Implements
    IRpcServerSettings
    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.Modules.Rpc.Server
    Assembly: Catalyst.Core.Modules.Rpc.Server.dll
    Syntax
    public sealed class RpcServerSettings : IRpcServerSettings

    Constructors

    | Improve this Doc View Source

    RpcServerSettings(IConfigurationRoot)

    Sets RpcServerSetting Attributes

    Declaration
    public RpcServerSettings(IConfigurationRoot rootSection)
    Parameters
    Type Name Description
    IConfigurationRoot rootSection

    Properties

    | Improve this Doc View Source

    BindAddress

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

    NodeConfig

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

    PfxFileName

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

    Port

    Declaration
    public int Port { get; }
    Property Value
    Type Description
    System.Int32

    Implements

    IRpcServerSettings
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network