Port on which the LiveView server is listening.

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 int Port { get; set; }
Public Property Port As Integer
	Get
	Set
public:
property int Port {
	int get ();
	void set (int value);
}

See Also