Show / Hide Table of Contents

    Class PetabridgeCmdSettings

    The connectivity settings for the petabridge.cmd host. Depends on having an petabridge.cmd HOCON configuration section.

    Inheritance
    System.Object
    PetabridgeCmdSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Petabridge.Cmd.Host
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class PetabridgeCmdSettings

    Constructors

    PetabridgeCmdSettings(Config)

    Declaration
    public PetabridgeCmdSettings(Config config)
    Parameters
    Type Name Description
    Config config

    Properties

    Config

    The HOCON used to populate the PetabridgeCmdSettings class.

    Declaration
    public Config Config { get; }
    Property Value
    Type Description
    Config

    Endpoint

    The fully structured endpoint made from Host and Port

    Declaration
    public EndPoint Endpoint { get; }
    Property Value
    Type Description
    EndPoint

    Host

    The host that will be used by for receiving connections from petabridge.cmd clients.

    Declaration
    public string Host { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Defaults to 127.0.0.1

    LogPalettes

    Logs the support palettes at startup when true.

    Declaration
    public bool LogPalettes { get; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Defaults to false.

    Port

    The port number that will be used by for receiving connections from petabridge.cmd clients.

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

    Defaults to 9110.

    Back to top Generated by DocFX