Click or drag to resize

ProxySocketProxyEndPoint Property

Gets or sets the EndPoint of the proxy server.

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public IPEndPoint ProxyEndPoint { get; set; }

Property Value

IPEndPoint
An IPEndPoint object that holds the IP address and the port of the proxy server.
See Also