Retrieves the IPHostEntry information corresponding to the DNS name provided in the host parameter.
[Visual Basic] Public Shared Function GetHostByName( _ ByVal host As String _ ) As IPHostEntry [C#] public static IPHostEntry GetHostByName( string host ); [C++] public: static IPHostEntry* GetHostByName( String* host ); [JScript] public static function GetHostByName( host : String ) : IPHostEntry;
An IPHostEntry object containing host information pertaining to the address specified in host.