About 253,000 results
Open links in new tab
  1. How can I see if there's an available and active network connection in ...

    I want to see if I can access an online API, but for that, I need to have Internet access. How can I see if there's a connection available and active using Python?

  2. Detect if the internet connection is offline? - Stack Overflow

    Oct 10, 2008 · This is a catch-22 because if the internet connection is actually the problem, we won't be able to get to the server, and if the connection problem is only on our own domain, we won't be able …

  3. How to check internet connection in React Native application for both ...

    Jul 31, 2019 · This is helpful; however, how do you persistently check internet connection without the button (if an internet connection state changes, then trigger action)?

  4. How can I check for an active Internet connection on iOS or macOS?

    Checking the Internet connection availability in (iOS) Xcode 8 , Swift 3.0 This is simple method for checking the network availability like our device is connected to any network or not.

  5. Docker : How to find the network my container is in?

    May 11, 2017 · How to find the network your container is in using docker inspect and docker network inspect. How to check if two containers are in the same network by inspecting the network details.

  6. dart - Check whether there is an Internet connection available on ...

    Apr 4, 2018 · I have update with flutter updated connectivity package (i.e connectivity_plus) and data_connection_checker (to check whether there is actual internet connection for mobile and wifi).

  7. network programming - Android check internet connection - Stack …

    You can use following snippet to check Internet Connection. It will useful both way that you can check which Type of NETWORK Connection is available so you can do your process on that way.

  8. Check internet connectivity android in kotlin - Stack Overflow

    This only checks if a network is available but not if the connection is working. e.g. if you're connected to your WiFi router but the router is disconnected from the modem, this code will return true

  9. How to test an Internet connection with bash? - Stack Overflow

    May 30, 2009 · How can an internet connection be tested without pinging some website? I mean, what if there is a connection but the site is down? Is there a check for a connection with the world?

  10. How to check currently internet connection is available or not in ...

    Depending on the importance of performing this check, in addition to checking the connection with ConnectivityManager, I'd suggest including code to check that it's a working Internet connection and …