LiveViewConnectionControl of the "current" connection, if there is one.  The current connection will
            always have a ConnectionState of CONNECTED. (At least, it did when this method returned.) If no connection
            is currently connected, this will return null.
            
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.0.23177 (2.2.0.23177)
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
ILiveViewConnectionControl CurrentConnection { get; }
ReadOnly Property CurrentConnection As ILiveViewConnectionControl Get
property ILiveViewConnectionControl^ CurrentConnection { ILiveViewConnectionControl^ get (); }


























