[Bug 51079] System.Net.NetworkInformation.NetworkInformationException

WineHQ Bugzilla wine-bugs at winehq.org
Sat May 1 07:40:26 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51079

motus.lechat at laposte.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|iphlpapi                    |api-ms-win-*

--- Comment #1 from motus.lechat at laposte.net ---
Error can be reproduce easely with 6 lines of C# code :

using System;
using System.Net.NetworkInformation;

static void Main(string[] args)
{
    IPGlobalProperties iPGlobalProperties =
IPGlobalProperties.GetIPGlobalProperties();
    TcpConnectionInformation[] activeTcpConnections =
iPGlobalProperties.GetActiveTcpConnections();
    Console.ReadLine();
}

Problem come from System.Net.NetworkInformation

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list