Hello,

>       In my application I tried to use System.Net.NetworkInformation.Ping ; 
> but the 
> PingReply returned by the Ping.Send() method is always null, whatever the 
> destination address might be.
> In Mono's class status page I can see that the Send Method is not complete. 
> Is 
> this planned to have it completed soon? Is there anyone working on this? 

We do not have plans of implementing the Ping method at this point.  On
Unix issuing Ping requires root privileges.  For making this work, we
would have to write a setuid program and launch it every time this call
is made.

It is possible to do, but every distribution gets incredibly nervous
every time you install an application with setuid privileges.
Miguel.

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to