API Support » cannot connect Nov 08, 2011 @ 07:59 AM (Total replies: 1) | |||||
fixed problem: added ProtoSharp.Core.dll in project Andy Petr |
|||||
API Support » cannot connect Nov 08, 2011 @ 05:13 AM (Total replies: 1) | |||||
When I execute code OEC.API.OECClient x = new OEC.API.OECClient(); x.Connect("api.openecry.com", 9200, "login", "pass", true); x.OnLoginComplete += () => { return; }; x.OnDisconnected += (_) => { return; }; x.OnLoginFailed += (_) => { return; }; Immidatly raised OnDisconnected-event and return 'true' But all is working in OEC_API_Example. What's problem? Andy Petr Edited by APetr890 on Nov 8, 2011 at 07:26:14 Edited by APetr890 on Nov 8, 2011 at 07:26:47 |