NetworkAvailabilityEventArgs.IsAvailable Property

Definition

Gets the current status of the network connection.

public:
 property bool IsAvailable { bool get(); };
public bool IsAvailable { get; }
member this.IsAvailable : bool
Public ReadOnly Property IsAvailable As Boolean

Property Value

true if the network is available; otherwise, false.

Applies to