A method call for checking if the connection with the server is still valid.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
bool IsConnected()
Function IsConnected As Boolean
bool IsConnected()

Return Value

True if the connection with the server is valid, false otherwise.

See Also