共用方式為


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

屬性

備註

謹慎

WebRequestHttpWebRequestServicePointWebClient 已經過時,您不應該將它們用於新的開發。 請改用 HttpClient

AllowReadStreamBuffering 屬性 true時,數據會緩衝處理在記憶體中,讓應用程式準備好讀取。

適用於