WebClient.AllowWriteStreamBuffering プロパティ

定義

注意事項

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

WebClient インスタンスのインターネット リソースに書き込んだデータをバッファリングするかどうかを示す値を取得または設定します。

public:
 property bool AllowWriteStreamBuffering { 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 AllowWriteStreamBuffering { 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.AllowWriteStreamBuffering : bool with get, set
Public Property AllowWriteStreamBuffering As Boolean

プロパティ値

インターネット リソースに書き込むデータのバッファリングを有効にする場合は true。バッファリングを無効にする場合は false。 既定値は、true です。

属性

注釈

プロパティが AllowWriteStreamBufferingtrueの場合、データはより大きなチャンクでインターネット リソースに効率的に書き込むことができるように、メモリにバッファーされます。

適用対象