ProxySocketProxyEndPoint Property
             | 
          
        
        
            Gets or sets the EndPoint of the proxy server.
            
        
        Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntaxpublic IPEndPoint ProxyEndPoint { get; set; }Public Property ProxyEndPoint As IPEndPoint
	Get
	Set
public:
property IPEndPoint^ ProxyEndPoint {
	IPEndPoint^ get ();
	void set (IPEndPoint^ value);
}member ProxyEndPoint : IPEndPoint with get, set
Property Value
IPEndPointAn IPEndPoint object that holds the IP address and the port of the proxy server.
See Also