HttpWebRequest.AllowReadStreamBuffering 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示是否要緩衝處理從網際網路資源接收的資料。
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
屬性值
true
表示要對從網際網路資源接收的資料啟用緩衝處理,false
則表示要停用緩衝處理。 預設為 false
。