WSDualHttpBindingElement.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

配置了此绑定的终结点所使用的缓冲池的最大大小(以字节为单位)。 默认值为524288字节。

属性

适用于