HttpWebRequest.AllowReadStreamBuffering 屬性

定義

取得或設定值,這個值表示是否要緩衝處理從網際網路資源接收的資料。

public:
 virtual property bool AllowReadStreamBuffering { bool get(); void set(bool value); };
public virtual bool AllowReadStreamBuffering { get; set; }
member this.AllowReadStreamBuffering : bool with get, set
Public Overridable Property AllowReadStreamBuffering As Boolean

屬性值

Boolean

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

適用於