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: 2.2.8.5956 (2.2.8.5956)

Syntax

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

See Also