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

DnsNameRepresentation(String)

ambiguous constructor of a DnsNameRepresentation

DnsNameRepresentation(String, String)

specific constructor of a DnsNameRepresentation

Properties

Punycode

get property of Punycode

Unicode

get property of Unicode

Methods

Equals(DnsNameRepresentation)

value comparison

ToString()

get display string

Applies to