struct UriHostNameType

in global :: System

Defines host name types for the method.


public static UriHostNameType Basic

The host is set, but the type cannot be determined.

public static UriHostNameType Dns

The host name is a domain name system (DNS) style host name.

public static UriHostNameType IPv4

The host name is an Internet Protocol (IP) version 4 host address.

public static UriHostNameType IPv6

The host name is an Internet Protocol (IP) version 6 host address.

public static UriHostNameType Unknown

The type of the host name is not supplied.

public bool HasFlag( Enum flag )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public int CompareTo( object target )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public string ToString( string format )

😔 No documentation found.

public string ToString( IFormatProvider provider )

😔 No documentation found.

public string ToString( string format, IFormatProvider provider )

😔 No documentation found.

public TypeCode GetTypeCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public int value__

😔 No documentation found.