HttpBindingBase.MaxBufferPoolSize 属性
定义
获取或设置为从通道接收消息的消息缓冲区管理器分配并供其使用的最大内存量(以字节为单位)。Gets or sets the maximum amount of memory, in bytes, that is allocated for use by the manager of the message buffers that receive messages from the channel.
public:
property long MaxBufferPoolSize { long get(); void set(long value); };
public long MaxBufferPoolSize { get; set; }
member this.MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long
属性值
分配供从通道接收消息的消息缓冲区管理器使用的最大内存量(以字节为单位)。The maximum amount of memory, in bytes, that is allocated for use by the manager of the message buffers that receive messages from the channel.