WebClient.IsBusy Propriedade
Definição
Especifica se uma solicitação da Web está em andamento.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
Valor da propriedade
true se a solicitação da Web ainda estiver em andamento; caso contrário, false.true if the Web request is still in progress; otherwise false.