BasicHttpRelayBindingElement.MaxBufferSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la taille maximale d’une mémoire tampon qui stocke les messages pendant leur traitement pour un point de terminaison configuré avec cette liaison.
[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 de 65 536 octets. La valeur minimale est de 1 octet.
- Attributs
S’applique à
Azure SDK for .NET