Struct AsnValue
Represents a validated Autonomous System Number (ASN).
public readonly struct AsnValue
- Inherited Members
Constructors
AsnValue(uint)
Initializes a new instance of the AsnValue struct.
public AsnValue(uint value)
Parameters
valueuintThe parsed ASN.
Properties
Value
Gets the numeric ASN value.
public uint Value { get; }