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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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