Class GameSpy4
Gamespy Query Protocol version 4
public class GameSpy4 : GameSpy3
- Inheritance
-
GameSpy4
- Inherited Members
Constructors
GameSpy4(string, int, int)
Initializes a new instance of the GameSpy4 class.
public GameSpy4(string host, int port, int timeout = 5000)
Parameters
hoststringThe IP address of the server.
portintThe port number of the server.
timeoutintThe timeout for the connection in milliseconds.
Properties
FullName
Gets the full name of the protocol.
public override string FullName { get; }