Creates a LiveView URI pointing to the given host and port.

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

Parameters

host
String
The name of the host or ip to connect to (e.g. 'localhost')
portnum
Int32
Port number

See Also