C# 클래스 SteamKit2.SteamMasterServer

This handler is used for requesting server list details from Steam.
상속: ClientMsgHandler
파일 보기 프로젝트 열기: Top-Cat/SteamBot

공개 메소드들

메소드 설명
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>.

비공개 메소드들

메소드 설명
HandleServerQueryResponse ( IPacketMsg packetMsg ) : void
SteamMasterServer ( ) : System.Net

메소드 상세

HandleMsg() 공개 메소드

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

ServerQuery() 공개 메소드

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.
리턴 JobID