Table of Contents

Class Status

Namespace
OpenGSQ.Responses.GameSpy2
Assembly
OpenGSQ.dll

Represents the status of the server.

public class Status
Inheritance
Status
Inherited Members

Properties

Info

Gets or sets the server information.

public Dictionary<string, string> Info { get; set; }

Property Value

Dictionary<string, string>

Players

Gets or sets the list of players.

public List<Dictionary<string, string>> Players { get; set; }

Property Value

List<Dictionary<string, string>>

Teams

Gets or sets the list of teams.

public List<Dictionary<string, string>> Teams { get; set; }

Property Value

List<Dictionary<string, string>>