Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets a value indicating whether this SharedCacheTcpClient is connected.

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

Syntax

C#
public bool Connected { get; }
Visual Basic (Declaration)
Public ReadOnly Property Connected As Boolean
Visual C++
public:
property bool Connected {
	bool get ();
}

Field Value

true if connected; otherwise, false.

Remarks

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

See Also