WebClient.AllowWriteStreamBuffering Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Obtient ou définit une valeur qui indique si les données écrites vers la ressource Internet pour une instance WebClient doivent être mises en mémoire tampon.
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
Valeur de propriété
true
pour activer la mise en mémoire tampon des données écrites vers la ressource Internet ; false
pour désactiver la mise en mémoire tampon. La valeur par défaut est true
.
- Attributs
Remarques
Lorsque la AllowWriteStreamBuffering propriété est true
, les données sont mises en mémoire tampon afin qu’elles puissent être écrites plus efficacement dans la ressource Internet en blocs plus grands.