Name

UriHostNameType

Synopsis

This enumeration is used for the Uri.CheckHostName() method. Basic indicates that the host is set, but cannot be determined.

Public Enum UriHostNameType
                  Unknown = 0
                  Basic = 1
                  Dns = 2
                  IPv4 = 3
                  IPv6 = 4
End Enum

Hierarchy

ObjectValueType Enum(IComparable, IFormattable, IConvertible) UriHostNameType

Returned By

Uri.{CheckHostName(), HostNameType}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.