Bagikan melalui


HttpClient.MaxResponseContentBufferSize Properti

Definisi

Mendapatkan atau mengatur jumlah maksimum byte ke buffer saat membaca konten respons.

public:
 property long MaxResponseContentBufferSize { long get(); void set(long value); };
public long MaxResponseContentBufferSize { get; set; }
member this.MaxResponseContentBufferSize : int64 with get, set
Public Property MaxResponseContentBufferSize As Long

Nilai Properti

Jumlah maksimum byte ke buffer saat membaca konten respons. Nilai default untuk properti ini adalah 2 gigabyte.

Pengecualian

Ukuran yang ditentukan kurang dari atau sama dengan nol.

Operasi telah dimulai pada instans saat ini.

Instans saat ini telah dibuang.

Keterangan

Aplikasi dapat mengatur properti ke MaxResponseContentBufferSize nilai yang lebih rendah untuk membatasi ukuran respons terhadap buffer saat membaca respons. Jika ukuran konten respons lebih besar dari MaxResponseContentBufferSize properti , pengecualian akan dilemparkan.

Berlaku untuk