Class Proxy
- Namespace
- StockSharp.Transaq
- Assembly
- StockSharp.Transaq.dll
Прокси.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Proxy : IPersistable
- Inheritance
-
Proxy
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
Proxy()
public Proxy()
Properties
Address
Адрес прокси.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Address", Description = "ProxyAddress", GroupName = "General", Order = 1)]
public EndPoint Address { get; set; }
Property Value
IsEnabled
Использовать прокси.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Enabled", Description = "ProxyUsed", GroupName = "General", Order = 0)]
public bool IsEnabled { get; set; }
Property Value
Login
Логин (если прокси требует авторизацию).
[Display(ResourceType = typeof(LocalizedStrings), Name = "Login", Description = "ProxyLogin", GroupName = "General", Order = 2)]
public string Login { get; set; }
Property Value
Password
Пароль (если прокси требует авторизацию).
[Display(ResourceType = typeof(LocalizedStrings), Name = "Password", Description = "ProxyPassword", GroupName = "General", Order = 3)]
public string Password { get; set; }
Property Value
Type
Тип протокола, который использует прокси.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Protocol", Description = "ProxyProtocol", GroupName = "General", Order = 0)]
public ProxyTypes Type { get; set; }