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データはメモリにバッファーされるため、アプリで読み取る準備が整います。

適用対象