C# Class BF2Statistics.Gamespy.GpspClient

Inheritance: IDisposable
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Dispose ( bool DisposeEventArgs = false ) : void

Dispose method to be called by the server

GpspClient ( GamespyTcpStream client ) : System

Constructor

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

Dispose method to be called by the server
public Dispose ( bool DisposeEventArgs = false ) : void
DisposeEventArgs bool
Résultat void

GpspClient() public méthode

Constructor
public GpspClient ( GamespyTcpStream client ) : System
client GamespyTcpStream
Résultat System