WebClient.AllowWriteStreamBuffering Propiedad

Definición

Precaución

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

Obtiene o establece un valor que indica si se deben almacenar en el búfer los datos escritos en el recurso de Internet para una instancia de 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

Valor de propiedad

Es true para habilitar el almacenamiento en búfer de los datos escritos en el recurso de Internet; es false para deshabilitar el almacenamiento en búfer. De manera predeterminada, es true.

Atributos

Comentarios

Cuando la AllowWriteStreamBuffering propiedad es true, los datos se almacena en búfer en memoria para que se puedan escribir de forma más eficaz en el recurso de Internet en fragmentos más grandes.

Se aplica a