WebClient.AllowWriteStreamBuffering Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Ottiene o imposta un valore che indica se memorizzare nel buffer i dati scritti nella risorsa Internet per un'istanza di 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
Valore della proprietà
true
per abilitare la memorizzazione nel buffer dei dati scritti nella risorsa Internet; false
per disabilitarla. Il valore predefinito è true
.
- Attributi
Commenti
Quando la AllowWriteStreamBuffering proprietà è true
, i dati vengono memorizzati nel buffer in memoria in modo che possano essere scritti in modo più efficiente nella risorsa Internet in blocchi più grandi.