Partager via


BasicHttpRelayBindingElement.MaxBufferPoolSize Propriété

Définition

Obtient ou définit la taille maximale d'un pool de mémoires tampons qui stocke les messages traités par la liaison.

[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

Valeur de propriété

Retourne un Int64 qui contient la taille du pool de mémoires tampons. La valeur par défaut est de 512 x 1 024 octets. La valeur minimale est 0.

Attributs

S’applique à