DnsNameRepresentation
Struct
Definition
Defines the type of DNS string The structure contains punycode name and unicode name
public struct 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 |