C# Class SteamKit2.DSClient

Represents a client capable of connecting to a generic Directory Server.
Inheritance: ServerClient
Show file Open project: Top-Cat/SteamBot

Public Methods

Method Description
GetServerList ( ESteam2ServerType type ) : System.Net.IPEndPoint[]

Gets the server list for a specific server type.

Private Methods

Method Description
GetRawServerList ( ESteam2ServerType type ) : TcpPacket
GetRawServerList ( byte commandOrType ) : TcpPacket

Method Details

GetServerList() public method

Gets the server list for a specific server type.
public GetServerList ( ESteam2ServerType type ) : System.Net.IPEndPoint[]
type ESteam2ServerType The server type.
return System.Net.IPEndPoint[]