Sdílet prostřednictvím


HttpTransportElement.MaxBufferSize Vlastnost

Definice

Získá nebo nastaví maximální velikost fondu vyrovnávací paměti.

public:
 property int MaxBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=65536)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=65536)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxBufferSize : int with get, set
Public Property MaxBufferSize As Integer

Hodnota vlastnosti

Int32

Maximální velikost fondu vyrovnávací paměti. Výchozí hodnota je 524 288 bajtů (512 * 1024).

Atributy

Platí pro