Table of Contents

Class GameSpy4

Namespace
OpenGSQ.Protocols
Assembly
OpenGSQ.dll

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

host string

The IP address of the server.

port int

The port number of the server.

timeout int

The timeout for the connection in milliseconds.

Properties

FullName

Gets the full name of the protocol.

public override string FullName { get; }

Property Value

string