BasicHttpBindingElement.MaxBufferPoolSize Properti

Definisi

Mendapatkan atau mengatur ukuran maksimum, dalam byte, untuk kumpulan buffer yang menyimpan pesan yang diproses oleh pengikatan.

public:
 property long MaxBufferPoolSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)]
[System.Configuration.LongValidator(MinValue=0)]
public long MaxBufferPoolSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)>]
[<System.Configuration.LongValidator(MinValue=0)>]
member this.MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long

Nilai Properti

Nilai Int64 yang menentukan ukuran maksimum (dalam byte) untuk kumpulan buffer yang diproses oleh pengikatan. Nilai defaultnya adalah 512*1024 byte.

Atribut

Berlaku untuk