Partager via


WSHttpRelayBindingBaseElement.MaxBufferPoolSize Propriété

Définition

Obtient ou définit la taille maximale du pool de mémoires tampons qui stocke les messages traités par la WSHttpRelayBinding 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é

Taille maximale du pool de mémoires tampons qui stocke les messages traités par la WSHttpRelayBinding liaison. La valeur par défaut est 524288 octets.

Attributs

S’applique à