BasicHttpBindingElement.MaxBufferSize Propriété

Définition

Obtient ou définit la taille maximale, en octets, pour 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é

Taille maximale d’une mémoire tampon qui stocke les messages traités par la liaison.

Attributs

S’applique à