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

    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, …

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

    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 …

  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 …

  7. kubernetes - How to check the network connectivity of micro …

    Dec 2, 2021 · Service is an abstract mechanism for exposing pods on a network. So we can test connectivity either by getting list of endpoints - IP address of the pods associated with this …

  8. 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 …

  9. 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 …

  10. network programming - Android check internet connection

    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 …