Connection.ConnectionBase.ConnectProxy method
Connect to account with user, password, host, port. [DefaultValues] { "user": "500476959", "password": "ehj4bod", "host": "mt4-demo.roboforex.com", "port": "443", "proxyUser": "ProxyUser123", "proxyPassword": "qwerty123", "proxyHost": "65.108.126.217", "proxyPort": "1080", "proxyType": "Socks5" }
public virtual Task<ConnectProxyReply> ConnectProxy(ConnectProxyRequest request,
ServerCallContext context)
| parameter | description |
|---|---|
| request | The request received from the client. |
| context | The context of the server-side call handler being invoked. |
Return Value
The response to send back to the client (wrapped by a task).
See Also
- class ConnectProxyReply
- class ConnectProxyRequest
- class ConnectionBase
- namespace mt4_term_api