Table of Contents

Class SourceInfo

Namespace
OpenGSQ.Responses.Source
Assembly
OpenGSQ.dll

Source Response

public class SourceInfo : PartialInfo
Inheritance
SourceInfo
Inherited Members

Properties

Duration

Time (in seconds) before a player is arrested while being witnessed.

public byte? Duration { get; set; }

Property Value

byte?

EDF

If present, this specifies which additional data fields will be included.

public ExtraDataFlag? EDF { get; set; }

Property Value

ExtraDataFlag?

GameID

The server's 64-bit GameID. If this is present, a more accurate AppID is present in the low 24 bits. The earlier AppID could have been truncated as it was forced into 16-bit storage.

public ulong? GameID { get; set; }

Property Value

ulong?

ID

public short ID { get; set; }

Property Value

short

Keywords

Tags that describe the game according to the server (for future use.)

public string? Keywords { get; set; }

Property Value

string

Mode

Indicates the game mode

public byte? Mode { get; set; }

Property Value

byte?

Port

The server's game port number.

public short? Port { get; set; }

Property Value

short?

SpectatorName

Name of the spectator server for SourceTV.

public string? SpectatorName { get; set; }

Property Value

string

SpectatorPort

Spectator port number for SourceTV.

public short? SpectatorPort { get; set; }

Property Value

short?

SteamID

Server's SteamID.

public ulong? SteamID { get; set; }

Property Value

ulong?

Version

Version of the game installed on the server.

public string Version { get; set; }

Property Value

string

Witnesses

The number of witnesses necessary to have a player arrested.

public byte? Witnesses { get; set; }

Property Value

byte?