Compartir a través de


BasicHttpRelayBindingElement.MaxBufferSize Propiedad

Definición

Obtiene o establece el tamaño máximo de un búfer que almacena los mensajes mientras se procesan para un punto de conexión configurado con este enlace.

[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 del búfer. El valor predeterminado es 65.536 bytes. El valor mínimo es de 1 byte.

Atributos

Se aplica a