[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Determines whether the specified host name is a valid DNS name. [Property] [Methods] doCheckHostName=Determines whether the specified host name is a valid DNS name. ARG(string HostName)|1|0 onCheckHostName=Occurs after invoke the method doCheckHostName and returns the type of the host name. ARG(UriHostNameType)|2|0 Result=Returns the result that indicates the type of the host name. ARG(UriHostNameType)|3|0 HostName=Defines the host name to validate. This can be an IPv4 or IPv6 address or an Internet host name. ARG(string)|4|2