HttpBindingBase.MaxBufferSize Propiedad
Definición
Obtiene o establece el tamaño máximo, en bytes, para un búfer que recibe mensajes del canal.Gets or sets the maximum size, in bytes, for a buffer that receives messages from the channel.
public:
property int MaxBufferSize { int get(); void set(int value); };
public int MaxBufferSize { get; set; }
member this.MaxBufferSize : int with get, set
Public Property MaxBufferSize As Integer
Valor de propiedad
Tamaño máximo, en bytes, para un búfer que recibe mensajes del canal.The maximum size, in bytes, for a buffer that receives messages from the channel.