Struct Ipv6Value
Represents a validated IPv6 address.
public readonly struct Ipv6Value
- Inherited Members
Constructors
Ipv6Value(string)
Initializes a new instance of the Ipv6Value struct.
public Ipv6Value(string value)
Parameters
valuestringThe address string.
Properties
Value
Gets the normalized IPv6 address string.
public string Value { get; }