Property Proxy
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
Proxy
Optional HTTP(S) proxy for the WebSocket connection (replaces MT5's Proxy* fields).
public IWebProxy? Proxy { get; set; }
Property Value
Remarks
MT5 equivalent
MT5API.ProxyEnable— full (different shape): one System.Net.IWebProxy property instead of six fieldsMT5API.ProxyHost— full (different shape): one System.Net.IWebProxy property instead of six fieldsMT5API.ProxyPort— full (different shape): one System.Net.IWebProxy property instead of six fieldsMT5API.ProxyUser— full (different shape): one System.Net.IWebProxy property instead of six fieldsMT5API.ProxyPassword— full (different shape): one System.Net.IWebProxy property instead of six fieldsMT5API.ProxyType— full (different shape): one System.Net.IWebProxy property instead of six fields