Aracılığıyla paylaş


WebClient.AllowWriteStreamBuffering Özellik

Tanım

Dikkat

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

Bir örneğin İnternet kaynağına yazılan verilerin arabelleğe alınıp alınmayacağını belirten bir WebClient değer alır veya ayarlar.

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

Özellik Değeri

true İnternet kaynağına yazılan verilerin arabelleğe alınabilmesi için; false arabelleğe almayı devre dışı bırakmak için. Varsayılan değer: true.

Öznitelikler

Açıklamalar

AllowWriteStreamBuffering özelliği olduğundatrue, veriler daha büyük öbekler halinde İnternet kaynağına daha verimli yazılabilmesi için bellekte arabelleğe alınmaktadır.

Şunlara uygulanır