Partager via


HttpRelayTransportElement.MaxBufferSize Propriété

Définition

Obtient ou définit la taille maximale du pool de mémoires tampons à partir du fichier de configuration.

[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é

Retourne la taille maximale de la mémoire tampon. La valeur par défaut est 65 536.

Attributs

S’applique à