Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Dispose ( bool DisposeEventArgs = false ) : void |
Dispose method to be called by the server
|
|
GpspClient ( GamespyTcpStream client ) : System |
Constructor
|
Method | Description | |
---|---|---|
ConvertToKeyValue ( string parts ) : string>.Dictionary |
Converts a recived parameter array from the client string to a keyValue pair dictionary
|
|
SendCheck ( string>.Dictionary |
This is the primary method for fetching an accounts BF2 PID
|
|
SendNicks ( string>.Dictionary |
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
|
public Dispose ( bool DisposeEventArgs = false ) : void | ||
DisposeEventArgs | bool | |
return | void |
public GpspClient ( GamespyTcpStream client ) : System | ||
client | GamespyTcpStream | |
return | System |