WebClient.AllowWriteStreamBuffering Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Obtém ou define um valor que indica se os dados gravados no recurso da Internet para uma instância WebClient devem ser armazenados em buffer.
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 da propriedade
true
para habilitar o armazenamento em buffer dos dados gravados no recurso da Internet, false
para desabilitar o armazenamento em buffer. O padrão é true
.
- Atributos
Comentários
Quando a AllowWriteStreamBuffering propriedade é true
, os dados são armazenados em buffer na memória para que possam ser gravados com mais eficiência no recurso da Internet em partes maiores.