Share via


WebClient.IsBusy Özellik

Tanım

Bir Web isteğinin devam edip etmediğini alır.

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

Özellik Değeri

true Web isteği devam ediyorsa; aksi takdirde false.

Şunlara uygulanır