Partager via


BasicHttpBindingElement.MaxBufferSize Propriété

Définition

Obtient ou définit la taille maximale (en octets) d'une mémoire tampon qui stocke les messages traités par la liaison.

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 pour une mémoire tampon qui stocke les messages traités par la liaison.

Attributs

S’applique à