Click or drag to resize

ProxyTypes Enumeration

Specifies the type of proxy servers that an instance of the ProxySocket class can use.

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public enum ProxyTypes
Members
Member nameValueDescription
None0No proxy server; the ProxySocket object behaves exactly like an ordinary Socket object.
Https1A HTTPS (CONNECT) proxy server.
Socks42A SOCKS4[A] proxy server.
Socks53A SOCKS5 proxy server.
See Also