Table of Contents

Class Status

Namespace
OpenGSQ.Responses.Scum
Assembly
OpenGSQ.dll

Represents the response status of a server.

public class Status
Inheritance
Status
Inherited Members

Properties

Ip

Gets or sets the IP address of the server.

public string Ip { get; set; }

Property Value

string

MaxPlayers

Gets or sets the maximum number of players that can connect to the server.

public int MaxPlayers { get; set; }

Property Value

int

Name

Gets or sets the name of the server.

public string Name { get; set; }

Property Value

string

NumPlayers

Gets or sets the number of players currently connected to the server.

public int NumPlayers { get; set; }

Property Value

int

Password

Gets or sets a value indicating whether a password is required to connect to the server.

public bool Password { get; set; }

Property Value

bool

Port

Gets or sets the port number of the server.

public int Port { get; set; }

Property Value

int

Time

Gets or sets the server time.

public int Time { get; set; }

Property Value

int

Version

Gets or sets the version of the server.

public string Version { get; set; }

Property Value

string