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

適用対象