AnyUri.HostNameType PropertyAnyUri.HostNameType PropertyAnyUri::HostNameType Property

Gets the type of the host name specified in the URI.

Syntax

Public ReadOnly Property HostNameType As UriHostNameType
        Get
public UriHostNameType HostNameType { get; }
public:
property UriHostNameType HostNameType {
    UriHostNameType get();
}
 

Property Value

Type: System.UriHostNameTypeSystem.UriHostNameTypeSystem::UriHostNameType

A member of the UriHostNameTypeUriHostNameTypeUriHostNameType enumeration, or UnknownUnknownUnknown if the URI does not specify a host.