Click or drag to resize

EazyNetChecker Methods

The EazyNetChecker type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddCustomMethod(NetCheckMethod)
Adds a new custom method
Public methodStatic memberAddCustomMethod(NetCheckMethod, Boolean)
Adds a new custom method
Public methodStatic memberCheckConnection
Checks and determines the current internet connection status only once. It uses the selected method. If no check method is selected, it uses the default one.
Public methodStatic memberGetAppleHotspotMethod
Returns the Apple Hotspot method
Public methodStatic memberGetCustomMethod
Returns the specified custom method
Public methodStatic memberGetCustomMethods
Returns a list with all the added custom methods.
Public methodStatic memberGetDefaultMethod
Returns the default method. The default method is selected based on which platform it is running on.
Public methodStatic memberGetGoogle204Method
Returns the Google204 method
Public methodStatic memberGetMicrosoftConnectTestMethod
Returns the Microsoft Connect Test method. Use this only on windows, as it may be blocked on other devices.
Public methodStatic memberGetSelectedMethod
Returns the current selected method.
Public methodStatic memberGetStandardMethods
Returns a list with the all the predefined standard check methods
Public methodStatic memberInit
Initializes NetChecker. Call this only if you want to reinitialize. First initialization is done automatically.
Public methodStatic memberSetStandardCheckMethods
Validates and sets the standard check methods. You do not need to call this function. It is only used by the editor.
Public methodStatic memberStartConnectionCheck
Starts an iterated internet connection check on the specified interval. It uses the selected method. If no check method is selected, it uses the default one.
Public methodStatic memberStartConnectionCheck(Boolean, Boolean)
Starts an iterated internet connection check on the specified interval. It uses the selected method. If no check method is selected, it uses the default one.
Public methodStatic memberStopConnectionCheck
Stops all current connections checks
Public methodStatic memberUseAppleHotspotMethod
Selects the Apple Hotspot method for internet connection checks.
Public methodStatic memberUseDefaultMethod
Selects the default method which is selected based on which platform it is running on.
Public methodStatic memberUseGoogle204Method
Selects the Google204 method for internet connection checks.
Public methodStatic memberUseMethod
Selects the specified method for internet connection checks.
Public methodStatic memberUseMicrosoftConnectTestMethod
Selects the Microsoft Connect Test method for internet connection checks.
Top
See Also