WebClient.AllowReadStreamBuffering Właściwość

Definicja

Przestroga

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

Pobiera lub ustawia wartość wskazującą, czy buforować dane odczytane z zasobu internetowego WebClient dla wystąpienia.

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

Wartość właściwości

Boolean

true w celu włączenia buforowania danych otrzymanych z zasobu internetowego; false aby wyłączyć buforowanie. Wartość domyślna to true.

Atrybuty

Uwagi

AllowReadStreamBuffering Gdy właściwość ma truewartość , dane są buforowane w pamięci, więc są gotowe do odczytu przez aplikację.

Dotyczy