Class WON
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
hoststringThe host address of the server.
portintThe port to connect to. Default is 27015.
timeoutintThe connection timeout in milliseconds. Default is 5 seconds.
Properties
FullName
Gets the full name of the protocol.
public override string FullName { get; }