Method | Description | |
---|---|---|
CDKeyServer ( |
Creates a new instance of CDKeyServer
|
|
Shutdown ( ) : void |
Closes the underlying socket
|
Method | Description | |
---|---|---|
ProcessAccept ( |
Called when a connection comes in on the CDKey server
|
Method | Description | |
---|---|---|
ConvertToKeyValue ( string parts ) : string>.Dictionary |
Converts a received parameter array from the client string to a keyValue pair dictionary
|
|
Xor ( string s ) : string |
Encrypts / Descrypts the CDKey Query String
|
public CDKeyServer ( |
||
DebugLog | The GamespyDebug.log logwriter object | |
return | System |
protected ProcessAccept ( |
||
Packet | ||
return | void |