WebClient.IsBusy 屬性

定義

取得 Web 要求是否仍在進行中的資訊。

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

屬性值

如果 Web 要求仍在進行中,則為 true,否則為 false

適用於