Fixed incorrectly hidden IP_ADAPTER_ADDRESSES.Ipv6IfIndex value

pull/303/head
dahall 2022-07-05 20:16:55 -06:00
parent a2abe7a262
commit b2133401d9
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ namespace Vanara.PInvoke
/// <para>The interface index for the IPv6 IP address. This member is zero if IPv6 is not available on the interface.</para>
/// <para><c>Note</c> This structure member is only available on Windows XP with SP1 and later.</para>
/// </summary>
private readonly uint Ipv6IfIndex;
public uint Ipv6IfIndex;
/// <summary>
/// <para>Type: <c>DWORD[16]</c></para>