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 WebClient örneği için İnternet kaynağından okunan verilerin arabelleğe alınıp alınmayacağını belirten bir 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

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

Öznitelikler

Açıklamalar

Dikkat

WebRequest, HttpWebRequest, ServicePointve WebClient kullanım dışıdır ve bunları yeni geliştirme için kullanmamalısınız. Bunun yerine HttpClient kullanın.

AllowReadStreamBuffering özelliği trueolduğunda, veriler bellekte arabelleğe alınıp uygulama tarafından okunmaya hazır olur.

Şunlara uygulanır