AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9.1" />

 MediaNetworkState

public enum MediaNetworkState
An enumeration of possible network states.
Empty = 0

The element has not yet been initialized. Everything is in initial state.

Idle = 1

The element's resource selection alg. is active. No network usage at the moment, but nothing loaded.

Loading = 2

The download is in progress.

The element's resource selection alg. is active, but has not yet found a resource to use.