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?

I will look into the reachability class as well, thanks for the link!


--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/System-Net-NetworkInformation-Ping-not-supported-in-MT-tp3821917p3823989.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to