Aracılığıyla paylaş


WebClient.AllowReadStreamBuffering Ö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ğından okunan verilerin arabelleğe alınıp alınmayacağını belirten bir WebClient değer alır veya ayarlar.

public:
 property bool AllowReadStreamBuffering { 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 AllowReadStreamBuffering { 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.AllowReadStreamBuffering : bool with get, set
Public Property AllowReadStreamBuffering As Boolean

Özellik Değeri

true İnternet kaynağından alınan verilerin arabelleğe alınmasını etkinleştirmek için; false arabelleğe almayı devre dışı bırakmak için. Varsayılan değer: true.

Öznitelikler

Açıklamalar

AllowReadStreamBuffering özelliği olduğunda trueveriler bellekte arabelleğe alınarak uygulama tarafından okunmaya hazır olur.

Şunlara uygulanır