Skip to main content

UriHostNameType Enum

Namespace: System · Assembly: GHIElectronics.TinyCLR.Networking.Http

Defines host name types for the http and https protocols. method.

public enum UriHostNameType

Fields

NameValueDescription
Unknown0The type of the host name is not supplied.
Basic1The host is set, but the type cannot be determined.
Dns2The host name is a domain name system (DNS) style host name.
IPv43The host name is an Internet Protocol (IP) version 4 host address.
IPv64The host name is an Internet Protocol (IP) version 6 host address.