Table of Contents

Class Status

Namespace
OpenGSQ.Responses.GameSpy1
Assembly
OpenGSQ.dll

Server Status

public class Status
Inheritance
Status
Inherited Members

Properties

Info

Server's Info

If IsXServerQuery is true, then it includes \info\xserverquery\rules\xserverquery, else \basic\\info\\rules\\

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

Property Value

Dictionary<string, string>

IsXServerQuery

Indicates whether the response is XServerQuery or old response.

public bool IsXServerQuery { get; }

Property Value

bool

Players

Server's Players

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

Property Value

List<Dictionary<string, string>>

Teams

Server's Teams (Only when IsXServerQuery is true)

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

Property Value

List<Dictionary<string, string>>