Table of Contents

Struct Ipv6Value

Namespace
Veritas.Telecom
Assembly
Veritas.dll

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

value string

The address string.

Properties

Value

Gets the normalized IPv6 address string.

public string Value { get; }

Property Value

string