WebClient.AllowReadStreamBuffering Propriedade

Definição

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 lidos do recurso da Internet para uma instância WebClient devem ser armazenados em buffer.

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

Valor da propriedade

true para habilitar o armazenamento em buffer dos dados recebidos do recurso da Internet; false para desabilitar o armazenamento em buffer. O padrão é true.

Atributos

Comentários

Quando a AllowReadStreamBuffering propriedade é true, os dados são armazenados em buffer na memória para que estejam prontos para serem lidos pelo aplicativo.

Aplica-se a