Compartilhar via


NetOnewayRelayBindingElement.MaxBufferSize Propriedade

Definição

Obtém ou define um valor XML que contém o tamanho máximo, em bytes, do buffer usado para armazenar mensagens na memória.

[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, em bytes, do buffer usado para armazenar mensagens na memória. O valor padrão é 65.536 bytes.

Atributos

Aplica-se a