Compartilhar via


HttpRelayTransportElement.MaxBufferSize Propriedade

Definição

Obtém ou define o tamanho máximo do pool de buffers do arquivo de configuração.

[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

Valor da propriedade

Retorna o tamanho máximo do buffer. O valor padrão é 65.536.

Atributos

Aplica-se a