C# Class SteamKit2.SteamMasterServer

This handler is used for requesting server list details from Steam.
Inheritance: ClientMsgHandler
Afficher le fichier Open project: Top-Cat/SteamBot

Méthodes publiques

Méthode Description
HandleMsg ( IPacketMsg packetMsg ) : void

Handles a client message. This should not be called directly.

ServerQuery ( QueryDetails details ) : JobID

Requests a list of servers from the Steam game master server. Results are returned in a QueryCallback from a SteamClient.JobCallback<T>.

Private Methods

Méthode Description
HandleServerQueryResponse ( IPacketMsg packetMsg ) : void
SteamMasterServer ( ) : System.Net

Method Details

HandleMsg() public méthode

Handles a client message. This should not be called directly.
public HandleMsg ( IPacketMsg packetMsg ) : void
packetMsg IPacketMsg The packet message that contains the data.
Résultat void

ServerQuery() public méthode

Requests a list of servers from the Steam game master server. Results are returned in a QueryCallback from a SteamClient.JobCallback<T>.
public ServerQuery ( QueryDetails details ) : JobID
details QueryDetails The details for the request.
Résultat JobID