API Support Forum
User Profile

Viewing User Profile for: APetr890


About

Nov 07, 2011 08:51 AM

Nov 08, 2011 07:59 AM

Nov 25, 2011 04:05 AM



Post Statistics
APetr890 has contributed to 2 posts out of 5600 total posts (0.04%) in 4575 days (0.00 posts per day).

20 most recent posts:

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