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
