ProxySocketProxyType Property
             | 
          
        
        
            Gets or sets the type of proxy server to use.
            
        
        Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntaxpublic ProxyTypes ProxyType { get; set; }Public Property ProxyType As ProxyTypes
	Get
	Set
public:
property ProxyTypes ProxyType {
	ProxyTypes get ();
	void set (ProxyTypes value);
}member ProxyType : ProxyTypes with get, set
Property Value
ProxyTypesOne of the ProxyTypes values.
See Also