[Mono-list] System.Net.NetworkInformation: network availability

Miguel de Icaza miguel at novell.com
Thu Jan 27 09:46:46 EST 2011


Hello Mattia,

> I temporarily resolved using NDesk.Dbus libraries, until someone will put
> his hands on that part of framework. I do hope that code will be
> implemented, cause it's annoying and could be hard to maintain two sections
> of our application that do the same things.

We currently do not have plans to implement that part of the stack for
Linux.   So having two code paths is the best possible option at this
point in time.

If someone wanted to contribute the code, they would have to use DBus,
just like you did, to detect this sort of condition.   Now, we can not
take a depedency on DBusSharp directly, so this would have to be some
sort of dynamically loaded code that invokes the proper methods.

Miguel


More information about the Mono-list mailing list