BasicHttpBindingElement.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 值,该值指定由绑定处理的缓冲池的最大大小(以字节为单位)。 默认值为 512*1024 字节。

属性

适用于