Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
IPs the name of the address from host.

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

Syntax

C#
public static IPAddress IPAddressFromHostName(
	string hostName
)
Visual Basic (Declaration)
Public Shared Function IPAddressFromHostName ( _
	hostName As String _
) As IPAddress
Visual C++
public:
static IPAddress^ IPAddressFromHostName(
	String^ hostName
)

Parameters

hostName
Type: System..::.String
Name of the host.

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Handler.Network.IPAddressFromHostName(System.String)"]

Remarks

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

See Also