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

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

Syntax

C#
public static IPHostEntry GetIPHostEntry()
Visual Basic (Declaration)
Public Shared Function GetIPHostEntry As IPHostEntry
Visual C++
public:
static IPHostEntry^ GetIPHostEntry()

Return Value

A IPHostEntry object.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Handler.Network.GetIPHostEntry"]

See Also