WSDualHttpBindingElement.MaxBufferPoolSize Propriedade

Definição

Obtém ou define a quantidade máxima de memória, em bytes, que pode ser alocada para o gestor de buffer de mensagens, que recebe mensagens nos extremos configurados com esta ligação.

public:
 property long MaxBufferPoolSize { long get(); void set(long value); };
[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 Propriedade

O tamanho máximo, em bytes, para o conjunto de buffers usado por um endpoint configurado com esta ligação. O valor padrão é 524288 bytes.

Atributos

Aplica-se a