Creates a new instance of a ILiveViewConnection.

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++ 
public static ILiveViewConnection GetConnection(
	LiveViewURI uri
)
Public Shared Function GetConnection ( _
	uri As LiveViewURI _
) As ILiveViewConnection
public:
static ILiveViewConnection^ GetConnection(
	LiveViewURI^ uri
)

Parameters

uri
LiveViewURI
The URI to which to connect.

Return Value

The new connection.

Exceptions

ExceptionCondition
StreamBase.LiveView.API..::..LiveViewExceptionIf the connection could not be created or a network connection error occurred.

See Also