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
object
PetabridgeCmdSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Petabridge.Cmd.Host
Assembly: Petabridge.Cmd.Host.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 Tcp for receiving connections from petabridge.cmd clients.

Declaration
public string Host { get; }
Property Value
Type Description
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
bool
Remarks

Defaults to false.

Port

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

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

Defaults to 9110.

In this article
Back to top Generated by DocFX