WebHttpEndpointElement.MaxBufferPoolSize Propiedad

Definición

Obtiene o establece la cantidad de memoria máxima que se asigna para el administrador del búfer que administra los búferes requeridos por los puntos de conexión que usan este enlace.

public:
 property long MaxBufferPoolSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)]
[System.Configuration.LongValidator(MinValue=0)]
public long MaxBufferPoolSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)>]
[<System.Configuration.LongValidator(MinValue=0)>]
member this.MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long

Valor de propiedad

Int64

Devuelve una representación de 64 bits de un número.

Atributos

Se aplica a