System::Uri::CheckHostName method

Uri::CheckHostName method

Determines the type of the specified host name.

static UriHostNameType System::Uri::CheckHostName(String name)
ParameterTypeDescription
nameStringThe host name to test

ReturnValue

The type of the specified host name

See Also