WebClient.AllowWriteStreamBuffering Proprietà

Definizione

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 proprietà è , i AllowWriteStreamBuffering dati vengono truememorizzati nel buffer in memoria in modo che possano essere scritti in modo più efficiente nella risorsa Internet in blocchi più grandi.

Si applica a