Contains informtion and credentials to communicate through a secure proxy.
More...
|
string | address [get] |
| The IP address of the proxy host. More...
|
|
string | port [get] |
| The port used to communicate over. More...
|
|
string | user [get] |
| The username of the user trying to access the proxy. More...
|
|
string | password [get] |
| The password of the user. More...
|
|
Contains informtion and credentials to communicate through a secure proxy.
◆ ProxyInfo()
CWSWrapper.ProxyInfo.ProxyInfo |
( |
string |
address, |
|
|
string |
port, |
|
|
string |
user, |
|
|
string |
password |
|
) |
| |
|
inline |
Initializes the IP and credentials used to communicate over a proxy.
- Parameters
-
address | |
port | |
user | |
password | |
◆ address
string CWSWrapper.ProxyInfo.address |
|
get |
The IP address of the proxy host.
◆ password
string CWSWrapper.ProxyInfo.password |
|
get |
The password of the user.
◆ port
string CWSWrapper.ProxyInfo.port |
|
get |
The port used to communicate over.
◆ user
string CWSWrapper.ProxyInfo.user |
|
get |
The username of the user trying to access the proxy.
The documentation for this class was generated from the following file: