Skip to content

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