WebClient.IsBusy Property
Definition
Gets whether a Web request is in progress.
public:
property bool IsBusy { bool get(); };
public bool IsBusy { get; }
member this.IsBusy : bool
Public ReadOnly Property IsBusy As Boolean
Property Value
true
if the Web request is still in progress; otherwise false
.