WebHttpEndpointElement.MaxBufferPoolSize 属性

定义

获取或设置可为缓冲区管理器分配的最大内存量,该管理器管理使用此绑定的终结点所需的缓冲区。

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

属性值

Int64

数字的 64 位表示形式。

属性

适用于