Compartir a través de


WSHttpRelayBindingBaseElement.MaxBufferPoolSize Propiedad

Definición

Obtiene o establece el tamaño máximo del grupo de búferes que almacena los mensajes procesados por el WSHttpRelayBinding 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

Tamaño máximo del grupo de búferes que almacena los mensajes procesados por el WSHttpRelayBinding enlace. El valor predeterminado es 524288 bytes.

Atributos

Se aplica a