IsReachable() doesn't work for any urls containing http or https, however will return false for a site which does run on https protocol. Is there any work around, to test connectivity to a secure site? For instance an app requires access to a secure server, but at the moment INetwork.IsReachable() will always return false. Thanks
↧