Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Initializes a new instance of the SharedCacheTcpClient class.

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

Syntax

C#
public SharedCacheTcpClient(
	string host,
	int port
)
Visual Basic (Declaration)
Public Sub New ( _
	host As String, _
	port As Integer _
)
Visual C++
public:
SharedCacheTcpClient(
	String^ host, 
	int port
)

Parameters

host
Type: System..::.String
The host.
port
Type: System..::.Int32
The port.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Sockets.SharedCacheTcpClient.#ctor(System.String,System.Int32)"]

See Also