C# Class SteamKit2.SteamMasterServer

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

Public Methods

Method 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

Method Description
HandleServerQueryResponse ( IPacketMsg packetMsg ) : void
SteamMasterServer ( ) : System.Net

Method Details

HandleMsg() public method

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

ServerQuery() public method

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.
return JobID