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

This class emulates the master.gamespy.com TCP server on port 28910. This server is responisible for sending server lists to the online server browser in the BF2 multiplayer menu
Наследование: BF2Statistics.Gamespy.Net.GamespyTcpSocket
Показать файл Открыть проект Примеры использования класса

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

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

Shutsdown the underlying sockets

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

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

Accepts a TcpClient, and begin the serverlist fetching process for the client. This method is executed when the user updates his server browser ingame

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

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

Callback for when a connection had disconnected

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

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

Accepts a TcpClient, and begin the serverlist fetching process for the client. This method is executed when the user updates his server browser ingame
protected ProcessAccept ( GamespyTcpStream Stream ) : void
Stream BF2Statistics.Gamespy.Net.GamespyTcpStream
Результат void

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

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

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

Shutsdown the underlying sockets
public Shutdown ( ) : void
Результат void