Compartir a través de


BasicHttpRelayBindingElement.MaxBufferPoolSize Propiedad

Definición

Obtiene o establece el tamaño máximo para un grupo de búferes que almacena los mensajes procesados por el enlace.

[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

Valor de propiedad

Devuelve un Int64 valor de tipo que contiene el tamaño del grupo de búferes. El valor predeterminado es 512x1024 bytes. El valor mínimo es 0.

Atributos

Se aplica a