LiveView URI pointing to the given host and port.

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++ 
public LiveViewURI(
	string host,
	int portnum
)
Public Sub New ( _
	host As String, _
	portnum As Integer _
)
public:
LiveViewURI(
	String^ host, 
	int portnum
)

Parameters

host
String
portnum
Int32

See Also