Table of Contents

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

IWebProxy

Remarks

MT5 equivalent

  • MT5API.ProxyEnable — full (different shape): one System.Net.IWebProxy property instead of six fields
  • MT5API.ProxyHost — full (different shape): one System.Net.IWebProxy property instead of six fields
  • MT5API.ProxyPort — full (different shape): one System.Net.IWebProxy property instead of six fields
  • MT5API.ProxyUser — full (different shape): one System.Net.IWebProxy property instead of six fields
  • MT5API.ProxyPassword — full (different shape): one System.Net.IWebProxy property instead of six fields
  • MT5API.ProxyType — full (different shape): one System.Net.IWebProxy property instead of six fields