WebClient.AllowReadStreamBuffering 屬性

定義

警告

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

取得或設定值,這個值表示是否要為 WebClient 執行個體緩衝處理從網際網路資源讀取的資料。

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

屬性值

true 表示要對從網際網路資源接收的資料啟用緩衝處理,false 則表示要停用緩衝處理。 預設為 true

屬性

備註

AllowReadStreamBuffering當 屬性為 true 時,資料會緩衝在記憶體中,以便可供應用程式讀取。

適用於