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