Indicate if the current computer is connected to the internet

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared ReadOnly Property IsInternetConnected As Boolean
	Get
C#
public static bool IsInternetConnected { get; }

See Also