Table of Contents

Class WON

Namespace
OpenGSQ.Protocols
Assembly
OpenGSQ.dll

World Opponent Network (WON) Query Protocol

public class WON : Source
Inheritance
WON
Inherited Members

Constructors

WON(string, int, int)

Initializes a new instance of the WON class.

public WON(string host, int port = 27015, int timeout = 5000)

Parameters

host string

The host address of the server.

port int

The port to connect to. Default is 27015.

timeout int

The connection timeout in milliseconds. Default is 5 seconds.

Properties

FullName

Gets the full name of the protocol.

public override string FullName { get; }

Property Value

string