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
ToString()
Returns the string representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | string representation |