CProxy
#include "Proxy.h"
Description
Proxy class.
Private variables
| Type | Name | Description |
|---|---|---|
| PPluginProxy | PluginProxy | Variable used to communicate with AQQ |
Public variables
| Type | Name | Description |
|---|---|---|
| bool | Enabled | Proxy is enabled? |
| UnicodeString | Server | Server address |
| int | Port | Server port |
| int | Type | Proxy type |
| bool | Auth | Server requires authentication? |
| UnicodeString | Login | User login |
| UnicodeString | Password | User password |
Public methods
| Type | Name | Description |
|---|---|---|
| CProxy() | Constructor | |
| ~CProxy() | Destructor | |
| PPluginProxy | AQQFormat() | Function converts this object to AQQ structure |
| void | SDKFormat(PPluginProxy PluginProxy) | Function converts AQQ structure to this object |
| void | Get() | Function gets proxy settings from AQQ |