Logon to CME drop copy session.
Namespace:
Onixs.Cme.DropCopy
Assembly:
Onixs.CmeDropCopy-net-4.8_x64 (in Onixs.CmeDropCopy-net-4.8_x64.dll) Version: 5.4.0.0 (5.4.0.0)
Syntax public void Logon(
string host,
int port,
string accessKeyID,
string secretKey
)
Parameters
- host
- Type: System.String
CME session host - port
- Type: System.Int32
CME session port - accessKeyID
- Type: System.String
CME access key ID. - secretKey
- Type: System.String
CME secret key.
See Also