1 iw4madminapplicationrconparsers StatusResponse
RaidMax edited this page 2023-05-20 22:09:21 -05:00

StatusResponse Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.RConParsers
  IW4MAdmin.Application.RConParsers.StatusResponse[[StatusResponse]]
  end
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IStatusResponse[[IStatusResponse]]
  class SharedLibraryCore.Interfaces.IStatusResponse interfaceStyle;
  end
SharedLibraryCore.Interfaces.IStatusResponse --> IW4MAdmin.Application.RConParsers.StatusResponse

Members

Properties

Public properties

Type Name Methods
EFClient[] Clients get, set
string GameType get, set
string Hostname get, set
string Map get, set
Nullable<int> MaxClients get, set

Details

Inheritance

Constructors

StatusResponse

public StatusResponse()

Properties

Map

public string Map { get; set; }

GameType

public string GameType { get; set; }

Hostname

public string Hostname { get; set; }

MaxClients

public Nullable<int> MaxClients { get; set; }

Clients

public EFClient Clients { get; set; }

Generated with ModularDoc