Class ProxySettings
Inheritance
ProxySettings
Assembly: OnixS.Fix.Engine.dll
Syntax
public class ProxySettings
Properties
Host
Declaration
public string Host { get; set; }
Property Value
Password
Declaration
public SecureString Password { get; set; }
Property Value
Port
Declaration
public int Port { get; set; }
Property Value
ProxyType
Declaration
public ProxyType ProxyType { get; set; }
Property Value
Username
Declaration
public string Username { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides