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, данные буферизуются в памяти, чтобы они были готовы к чтению приложением.

Применяется к