LuciadCPillar C# 2024.0.05
|
Represents the proxy server. More...
Public Member Functions | |
Proxy (string host, int port) | |
Constructs the proxy server info. More... | |
void | Dispose () |
Properties | |
string | Host [get] |
The proxy host. More... | |
int | Port [get] |
The proxy port. More... | |
Represents the proxy server.
|
inline |
Constructs the proxy server info.
host | the proxy host. |
port | the port of the proxy. If defined, this is a strict positive integer. |
|
inline |
|
get |
The proxy host.
Returns the proxy host.
|
get |
The proxy port.
Returns the proxy port. If defined, this is a strict positive integer.