1 iw4madminapplicationapimaster ApiServer
RaidMax edited this page 2023-05-20 22:09:21 -05:00

ApiServer Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.API.Master
  IW4MAdmin.Application.API.Master.ApiServer[[ApiServer]]
  end

Members

Properties

Public properties

Type Name Methods
int ClientNum get, set
string Game get, set
string Gametype get, set
string Hostname get, set
string IPAddress get, set
long Id get, set
string Map get, set
int MaxClientNum get, set
short Port get, set
string Version get, set

Details

Constructors

ApiServer

public ApiServer()

Properties

Id

public long Id { get; set; }

IPAddress

public string IPAddress { get; set; }

Port

public short Port { get; set; }

Version

public string Version { get; set; }

Gametype

public string Gametype { get; set; }

Map

public string Map { get; set; }

Game

public string Game { get; set; }

Hostname

public string Hostname { get; set; }

ClientNum

public int ClientNum { get; set; }

MaxClientNum

public int MaxClientNum { get; set; }

Generated with ModularDoc