Hi,

To receive live prices from our broker I am using a C# interface to connect to the Lightstreamer server. Unfortunately, there are from time to time connection errors (such as "Session not found", "No data from server", "existing connection was forcibly closed by the remote host").
Although I catch these errors and try reconnects, I would like to request the current connection status of LSClient from time to time to 100% ensure my connection is fine. Is there any way to do that?

For the JavaScript-API there seems to be the method "getStatus" (http://www.lightstreamer.com/docs/cl...html#getStatus). Is there anything similar for the .NET-API?

Thank you very much in advance