Click or drag to resize

NetworkHelperIsConnectedToInternet Method

Returns whether the device is connected to the internet.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool IsConnectedToInternet(
	bool quick = true
)
Request Example View Source

Parameters

quick (Optional)
Type: SystemBoolean
Should do a quick check or a thorough one?

Return Value

Type: Boolean
See Also