Compartir a través de


NetEventRelayBindingElement.MaxBufferSize Propiedad

Definición

Obtiene o establece el tamaño máximo, en bytes, del búfer usado para almacenar mensajes en memoria.

[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 de propiedad

Devuelve el tamaño máximo, en bytes, del búfer usado para almacenar los mensajes en memoria. El valor predeterminado es 65.536 bytes.

Atributos

Se aplica a