Class SourceInfo
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
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
ID
Steam Application ID of game.
public short ID { get; set; }
Property Value
Keywords
Tags that describe the game according to the server (for future use.)
public string? Keywords { get; set; }
Property Value
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
SpectatorName
Name of the spectator server for SourceTV.
public string? SpectatorName { get; set; }
Property Value
SpectatorPort
Spectator port number for SourceTV.
public short? SpectatorPort { get; set; }
Property Value
SteamID
Server's SteamID.
public ulong? SteamID { get; set; }
Property Value
Version
Version of the game installed on the server.
public string Version { get; set; }
Property Value
Witnesses
The number of witnesses necessary to have a player arrested.
public byte? Witnesses { get; set; }
Property Value
- byte?