Table of Contents

Class ServerConfigModel

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public sealed class ServerConfigModel
Inheritance
ServerConfigModel
Inherited Members

Properties

Host

public string Host { get; set; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int

Verbose

public bool Verbose { get; set; }

Property Value

bool