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()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides