DnsNameRepresentation Struct

Definition

Defines the type of DNS string The structure contains punycode name and unicode name

public value class DnsNameRepresentation
public value class DnsNameRepresentation
struct DnsNameRepresentation
public struct DnsNameRepresentation
type DnsNameRepresentation = struct
Public Structure DnsNameRepresentation
Inheritance
DnsNameRepresentation

Constructors

Name Description
DnsNameRepresentation(String, String)

specific constructor of a DnsNameRepresentation

DnsNameRepresentation(String)

ambiguous constructor of a DnsNameRepresentation

Properties

Name Description
Punycode

get property of Punycode

Unicode

get property of Unicode

Methods

Name Description
Equals(DnsNameRepresentation)

value comparison

ToString()

get display string

Applies to