C-DEngine 5.105

TheNetworkInfo..::..cdeGetHostEntry Method

Returns the IPHostEntry of a given host name

Namespace:  nsCDEngine.Discovery
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static IPHostEntry cdeGetHostEntry(
	string pName
)
Public Shared Function cdeGetHostEntry ( _
	pName As String _
) As IPHostEntry
public:
static IPHostEntry^ cdeGetHostEntry(
	String^ pName
)

Parameters

pName
Type: String
Name of the host to get the IPHostEntry for

Return Value