Hi Robert, Jowi, Hmm... we should either fix this to work or remove it (if it can't be done). Would one of you like to submit a bug report or should I?
Jeff On Mon, Sep 19, 2011 at 10:24 AM, Robert Jordan <[email protected]> wrote: > On 19.09.2011 16:04, jowi wrote: > > > > Nic Wise wrote: > >> > >> There is a fair bit of the normal framework which has been removed, > >> and I think sockets (which would be required for ping) is one of them > >> > > Sockets are implemented thru System.Net.Sockets; i've been using this for > > sending messages over ip allready. Ping is in > System.Net.NetworkInformation. > > > > What i find strange is that the actual code compiles, and code completion > > recognizes it, and the code actually runs... if this is stripped from the > > library, my code should give a build error and should not run, or am i > > mistaken? > > The Mac OSX implementation of S.N.NI.Ping is simply invoking the > `ping' executable. I doubt this is supported under iOS. > > Robert > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
