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

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void
Dispose ( bool DisposeEventArgs = false ) : void

Dispose method to be called by the server

GpspClient ( GamespyTcpStream client ) : System

Constructor

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

Метод Описание
ConvertToKeyValue ( string parts ) : string>.Dictionary

Converts a recived parameter array from the client string to a keyValue pair dictionary

SendCheck ( string>.Dictionary recvData ) : void

This is the primary method for fetching an accounts BF2 PID

SendNicks ( string>.Dictionary recvData ) : void

This method is requested by the client when logging in to fetch all the account names that have the specified email address and password combination

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

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

public Dispose ( ) : void
Результат void

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

Dispose method to be called by the server
public Dispose ( bool DisposeEventArgs = false ) : void
DisposeEventArgs bool
Результат void

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

Constructor
public GpspClient ( GamespyTcpStream client ) : System
client GamespyTcpStream
Результат System