C# Class SteamKit2.DSClient

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

Méthodes publiques

Méthode Description
GetServerList ( ESteam2ServerType type ) : System.Net.IPEndPoint[]

Gets the server list for a specific server type.

Private Methods

Méthode Description
GetRawServerList ( ESteam2ServerType type ) : TcpPacket
GetRawServerList ( byte commandOrType ) : TcpPacket

Method Details

GetServerList() public méthode

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