LiveView URI pointing to the given host, port and trailing path.

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

Parameters

host
String
portnum
Int32
pathname
String

See Also