C# 클래스 BF2Statistics.Gamespy.GamespyEmulator

The Gamespy Server is used to emulate the Official Gamespy Login servers, and provide players the ability to create fake "Online" accounts.
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 메소드들

메소드 설명
ForceLogout ( int Pid ) : bool

Forces the logout of a connected client

IsPlayerConnected ( int Pid ) : bool

Returns whether the specified player is currently connected

Shutdown ( ) : void

Shutsdown all of the Gamespy Servers

Start ( ) : void

Starts the Login Server listeners, and begins accepting new connections

비공개 메소드들

메소드 설명
GamespyEmulator ( ) : System

메소드 상세

ForceLogout() 공개 정적인 메소드

Forces the logout of a connected client
public static ForceLogout ( int Pid ) : bool
Pid int
리턴 bool

IsPlayerConnected() 공개 정적인 메소드

Returns whether the specified player is currently connected
public static IsPlayerConnected ( int Pid ) : bool
Pid int
리턴 bool

Shutdown() 공개 정적인 메소드

Shutsdown all of the Gamespy Servers
public static Shutdown ( ) : void
리턴 void

Start() 공개 정적인 메소드

Starts the Login Server listeners, and begins accepting new connections
public static Start ( ) : void
리턴 void