Partage via


HttpTransportElement.MaxBufferSize Propriété

Définition

Obtient ou définit la taille maximale du pool de mémoires tampons.

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

Valeur de propriété

Int32

La taille maximale du pool de mémoires tampons. La valeur par défaut est 524 288 octets (512 x 1024).

Attributs

S’applique à