Class PetabridgeCmdSettings
The connectivity settings for the petabridge.cmd host. Depends on having an petabridge.cmd HOCON configuration section.
Inherited Members
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
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.