Re: [Mono-dev] System.Net.NetworkInformation.Ping

2007-04-02 Thread Miguel de Icaza
Hello, > > 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. > > Couldn't we just create a System.Diagnostics.Pr

Re: [Mono-dev] System.Net.NetworkInformation.Ping

2007-03-26 Thread Jonathan Pryor
On Sun, 2007-03-25 at 02:14 -0400, Miguel de Icaza wrote: > 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. Couldn't

Re: [Mono-dev] System.Net.NetworkInformation.Ping

2007-03-26 Thread Matthieu Barthélemy
On Monday 26 March 2007 09:35, Antonello Provenzano wrote: > Some time ago (before MS release of the utility shipped with .NET > framework) I wrote a complete application for pings: I could try > adapting it, since I've never released it and this could be a good use > for it. I would really like t

Re: [Mono-dev] System.Net.NetworkInformation.Ping

2007-03-25 Thread Antonello Provenzano
Some time ago (before MS release of the utility shipped with .NET framework) I wrote a complete application for pings: I could try adapting it, since I've never released it and this could be a good use for it. I will let you know (even you're interested in). Cheers. Antonello On 3/26/07, Miguel

Re: [Mono-dev] System.Net.NetworkInformation.Ping

2007-03-25 Thread Miguel de Icaza
Hello, > > 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. > > Thanks for your explaination. I will use an exi

Re: [Mono-dev] System.Net.NetworkInformation.Ping

2007-03-25 Thread Matthieu Barthélemy
On Sunday 25 March 2007 08:14, Miguel de Icaza wrote: > 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. Thanks for yo

Re: [Mono-dev] System.Net.NetworkInformation.Ping

2007-03-24 Thread Miguel de Icaza
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

[Mono-dev] System.Net.NetworkInformation.Ping

2007-03-24 Thread Matthieu Barthélemy
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 ha