[Mono-list] System.Net.NetworkInformation

JD Conley jconley@winfessor.com
Tue, 20 Jan 2004 13:17:12 -0800


Are there any plans for, or is there already, an abstraction layer in
the Mono classes for determining the local network configuration?  I
know it's not in the MS Implementation of the .NET Framework, but it is
in the Longhorn SDK
(http://longhorn.msdn.microsoft.com/lhsdk/ref/system.net.networkinformat
ion.aspx).  Right now I PInvoke GetNetworkParams and GetAdapterInfo on
Windows in the iphlpapi.dll to retrieve the local network information,
but I'm not really sure what to use to make it multi-platform.

Thanks
JD