C# Класс BF2Statistics.Gamespy.GpspServer

This class emulates the Gamespy Search Provider Server on port 29901. This server is responsible for fetching all associates accounts with the provided email and password, as well as verifying a player account ID.
Наследование: BF2Statistics.Gamespy.Net.GamespyTcpSocket
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GpspServer ( ) : System
Shutdown ( ) : void

Shutsdown the GPSP server and socket

Защищенные методы

Метод Описание
ProcessAccept ( GamespyTcpStream Stream ) : void

When a new connection is established, we the parent class are responsible for handling the processing

Приватные методы

Метод Описание
GpspClient_OnDisconnect ( GpspClient client ) : void

Callback for when a connection had disconnected

Описание методов

GpspServer() публичный Метод

public GpspServer ( ) : System
Результат System

ProcessAccept() защищенный Метод

When a new connection is established, we the parent class are responsible for handling the processing
protected ProcessAccept ( GamespyTcpStream Stream ) : void
Stream BF2Statistics.Gamespy.Net.GamespyTcpStream A GamespyTcpStream object that wraps the I/O AsyncEventArgs and socket
Результат void

Shutdown() публичный Метод

Shutsdown the GPSP server and socket
public Shutdown ( ) : void
Результат void