ProxySocketProxyUser Property
             | 
          
        
        
            Gets or sets the username to use when authenticating with the proxy.
            
        
        Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntaxpublic string ProxyUser { get; set; }Public Property ProxyUser As String
	Get
	Set
public:
property String^ ProxyUser {
	String^ get ();
	void set (String^ value);
}member ProxyUser : string with get, set
Property Value
StringA string that holds the username that's used when authenticating with the proxy.
Exceptions
See Also