Method | Description | |
---|---|---|
HandleMsg ( IPacketMsg packetMsg ) : void |
Handles a client message. This should not be called directly.
|
|
ServerQuery ( QueryDetails details ) : |
Requests a list of servers from the Steam game master server. Results are returned in a QueryCallback from a SteamClient.JobCallback<T>.
|
Method | Description | |
---|---|---|
HandleServerQueryResponse ( IPacketMsg packetMsg ) : void | ||
SteamMasterServer ( ) : System.Net |
public HandleMsg ( IPacketMsg packetMsg ) : void | ||
packetMsg | IPacketMsg | The packet message that contains the data. |
return | void |
public ServerQuery ( QueryDetails details ) : |
||
details | QueryDetails | The details for the request. |
return |