Udostępnij za pośrednictwem


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 dla wystąpienia 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

Wartość właściwości

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

Atrybuty

Uwagi

Ostrożność

WebRequest, HttpWebRequest, ServicePointi WebClient są przestarzałe i nie należy ich używać do tworzenia nowych aplikacji. Zamiast tego użyj HttpClient.

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

Dotyczy