WebClient.AllowWriteStreamBuffering Propriedade

Definição

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.

Aplica-se a