iw4madminapplicationapimaster ApiServer - RaidMax/IW4M-Admin GitHub Wiki
Public class
ApiServer 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](/RaidMax/IW4M-Admin/wiki/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