CWS Wrapper Library  5.1.0
Public Member Functions | Properties | List of all members
CWSWrapper.ProxyInfo Class Reference

Contains informtion and credentials to communicate through a secure proxy. More...

Public Member Functions

 ProxyInfo (string address, string port, string user, string password)
 Initializes the IP and credentials used to communicate over a proxy. More...
 

Properties

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...
 

Detailed Description

Contains informtion and credentials to communicate through a secure proxy.

Constructor & Destructor Documentation

◆ 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

Property Documentation

◆ 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: