Class ProxySettings
Proxy settings.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class ProxySettings
Properties
Host
Proxy host.
Declaration
public string Host { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Proxy password.
Declaration
public SecureString Password { get; set; }
Property Value
| Type | Description |
|---|---|
| SecureString |
Port
Proxy port.
Declaration
public int Port { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ProxyType
Proxy type.
Declaration
public ProxyType ProxyType { get; set; }
Property Value
| Type | Description |
|---|---|
| ProxyType |
Username
Proxy username.
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
CopyTo(ProxySettings)
Copies the properties of this instance into the specified destination ProxySettings object.
Declaration
public void CopyTo(ProxySettings other)
Parameters
| Type | Name | Description |
|---|---|---|
| ProxySettings | other | An ProxySettings object to which the properties of this instance are copied. |
ToString()
Returns the string representation.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | string representation |