# Network Utility

## Network Available

To check whether or not a network is available for use, use the NetworkUtility class. It returns <mark style="color:blue;">**true**</mark> if there should be a network connectivity, and <mark style="color:blue;">**false**</mark> if there should not be.

```csharp
NetworkUtility.Available()
```
