Skip to content

Connection.ConnectionBase.Connect method

Creates terminal connection to the MT4 server and returns Guid of it [DefaultValues] { "user": "501401178", "password": "v8gctta", "host": "mt4-demo.roboforex.com", "port": "443", "baseChartSymbol": "EURUSD", "waitForTerminalIsAlive": "true" }

public virtual Task<ConnectReply> Connect(ConnectRequest 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