CheckHostName()

Uri::CheckHostName(String) method

Determines the type of the specified host name.

static UriHostNameType System::Uri::CheckHostName(String name)

Arguments

ParameterTypeDescription
nameStringThe host name to test

Return Value

The type of the specified host name

See Also