Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
A Client object which handle all communication for a requst to the server in a block mode.

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

Syntax

C#
public class SharedCacheTcpClient : IDisposable
Visual Basic (Declaration)
Public Class SharedCacheTcpClient _
	Implements IDisposable
Visual C++
public ref class SharedCacheTcpClient : IDisposable

Remarks

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

Inheritance Hierarchy

System..::.Object
  SharedCache.WinServiceCommon.Sockets..::.SharedCacheTcpClient

See Also