Click or drag to resize

EazyNetCheckerStartConnectionCheck Method (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.

Namespace:  Hellmade.Net
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static void StartConnectionCheck(
	bool stopOnSuccess,
	bool interruptActiveChecks
)

Parameters

stopOnSuccess
Type: SystemBoolean
Whether to automatically stop checking the internet connection as soon as a check is successful (Internet ins connected)
interruptActiveChecks
Type: SystemBoolean
See Also