Class ProxySettings
Represents proxy account information.
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public class ProxySettings
Fields
Domain
Proxy domain for domain based authentication.
Declaration
public string Domain
Field Value
Type | Description |
---|---|
string |
Host
Proxy host.
Declaration
public string Host
Field Value
Type | Description |
---|---|
string |
Password
Proxy password.
Declaration
public string Password
Field Value
Type | Description |
---|---|
string |
Port
Proxy port.
Declaration
public int Port
Field Value
Type | Description |
---|---|
int |
Username
Proxy user name.
Declaration
public string Username
Field Value
Type | Description |
---|---|
string |