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.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
ILiveViewConnectionControl CurrentConnection { get; }
ReadOnly Property CurrentConnection As ILiveViewConnectionControl
	Get
property ILiveViewConnectionControl^ CurrentConnection {
	ILiveViewConnectionControl^ get ();
}

See Also