WebClient.AllowWriteStreamBuffering Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Recebe ou define um valor que indica se deve armazenar em buffer os dados escritos no recurso da Internet para uma WebClient instância.
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
Valor de Propriedade
true permitir o buffering dos dados escritos para o recurso da Internet; false para desativar o buffering. A predefinição é true.
- Atributos
Observações
Quando a AllowWriteStreamBuffering propriedade é true, os dados são armazenados em buffer na memória para que possam ser escritos de forma mais eficiente no recurso da Internet em blocos maiores.