Rate Service API Class Library

RateService.Connect Method 

Connects to the Rate Service with the specified parameters

public bool Connect(
   string Host,
   int Port,
   string Key
);

Parameters

Host
Rate Service Host to connect
Port
Rate Service Port to connect
Key
Key to authenticate with the Rate Service

Return Value

True if connection attempted or false if not attempted, i.e already connection

See Also

RateService Class | RateService Members | RateServiceAPI.Gain.RateService Namespace