C# Class BF2Statistics.Gamespy.GpspClient

Inheritance: IDisposable
Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Dispose ( bool DisposeEventArgs = false ) : void

Dispose method to be called by the server

GpspClient ( GamespyTcpStream client ) : System

Constructor

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() public method

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

GpspClient() public method

Constructor
public GpspClient ( GamespyTcpStream client ) : System
client GamespyTcpStream
return System