WebClient.AllowWriteStreamBuffering Свойство

Определение

Внимание!

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

Получает или задает значение, которое указывает, будет ли выполняться буферизация данных, записываемых в интернет-ресурс для экземпляра WebClient.

public:
 property bool AllowWriteStreamBuffering { 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 AllowWriteStreamBuffering { 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.AllowWriteStreamBuffering : bool with get, set
Public Property AllowWriteStreamBuffering As Boolean

Значение свойства

Значение true устанавливается для включения буферизации данных, записываемых в интернет-ресурс; значение false — для выключения буферизации. Значение по умолчанию — true.

Атрибуты

Комментарии

AllowWriteStreamBuffering Если свойство имеет значение true, данные буферизуются в памяти, чтобы их можно было более эффективно записывать в интернет-ресурс большими блоками.

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