Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets/sets the Port

Namespace:  SharedCache.WinServiceCommon.Sockets
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public int Port { get; set; }
Visual Basic (Declaration)
Public Property Port As Integer
Visual C++
public:
property int Port {
	int get ();
	void set (int value);
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.Sockets.SharedCacheTcpClient.Port"]

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Sockets.SharedCacheTcpClient.Port"]

See Also