Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the server any IP end point.

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

Syntax

C#
public static IPEndPoint GetServerAnyIPEndPoint(
	int port
)
Visual Basic (Declaration)
Public Shared Function GetServerAnyIPEndPoint ( _
	port As Integer _
) As IPEndPoint
Visual C++
public:
static IPEndPoint^ GetServerAnyIPEndPoint(
	int port
)

Parameters

port
Type: System..::.Int32
The port.

Return Value

a IPEndPoint object.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Handler.Network.GetServerAnyIPEndPoint(System.Int32)"]

See Also