Compartilhar via


BasicHttpRelayBindingElement.MaxBufferPoolSize Propriedade

Definição

Obtém ou define o tamanho máximo de um pool de buffers que armazena mensagens processadas pela associação.

[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 da propriedade

Retorna um Int64 que contém o tamanho do pool de buffers. O valor padrão é 512*1024 bytes. O valor mínimo é 0.

Atributos

Aplica-se a