From b2133401d9a8a2aa180fd67943807fb660d92e37 Mon Sep 17 00:00:00 2001 From: dahall Date: Tue, 5 Jul 2022 20:16:55 -0600 Subject: [PATCH] Fixed incorrectly hidden IP_ADAPTER_ADDRESSES.Ipv6IfIndex value --- PInvoke/IpHlpApi/IpTypes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PInvoke/IpHlpApi/IpTypes.cs b/PInvoke/IpHlpApi/IpTypes.cs index 85dc2003..70c44f16 100644 --- a/PInvoke/IpHlpApi/IpTypes.cs +++ b/PInvoke/IpHlpApi/IpTypes.cs @@ -557,7 +557,7 @@ namespace Vanara.PInvoke /// The interface index for the IPv6 IP address. This member is zero if IPv6 is not available on the interface. /// Note This structure member is only available on Windows XP with SP1 and later. /// - private readonly uint Ipv6IfIndex; + public uint Ipv6IfIndex; /// /// Type: DWORD[16]