Bagikan melalui


WebClient.AllowReadStreamBuffering Properti

Definisi

Perhatian

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Mendapatkan atau menetapkan nilai yang menunjukkan apakah akan menyangga data yang dibaca dari sumber daya Internet untuk WebClient instans.

public:
 property bool AllowReadStreamBuffering { bool get(); void set(bool value); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public bool AllowReadStreamBuffering { get; set; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.AllowReadStreamBuffering : bool with get, set
Public Property AllowReadStreamBuffering As Boolean

Nilai Properti

true untuk mengaktifkan buffering data yang diterima dari sumber daya Internet; false untuk menonaktifkan buffering. Default adalah true.

Atribut

Keterangan

AllowReadStreamBuffering Ketika properti adalah true, data di-buffer dalam memori sehingga siap untuk dibaca oleh aplikasi.

Berlaku untuk