NetworkAvailableEventArgs::IsNetworkAvailable Property

 

Gets a value indicating whether a network is available to the application.

Namespace:   Microsoft.VisualBasic.Devices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
property bool IsNetworkAvailable {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean that indicates whether a network is available to the application.

The WindowsFormsApplicationBase::NetworkAvailabilityChanged and the Network::NetworkAvailabilityChanged events occur when the availability of the network changes.

NetworkAvailableEventArgs contains the new state of the network connection. To get the current state of the network connection, use the IsAvailable property.

.NET Framework
Available since 2.0
Return to top
Show: