Comment 11 for bug 1205527

Revision history for this message
Stephen Brandt (ztefn) wrote :

Interesting! What's the result when you use the following statement in Controller.HasInternetConnection:

return new Ping ().Send ( "8.8.8.8" ).Status == IPStatus.Success;