The server port that is used by the clients to connect to the server.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public int Port { get; }
Visual Basic
Public ReadOnly Property Port As Integer
	Get
Visual C++
public:
property int Port {
	int get ();
}

See Also