HttpBindingBase.MaxBufferPoolSize 属性

定义

获取或设置为从通道接收消息的消息缓冲区管理器分配并供其使用的最大内存量(以字节为单位)。

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

属性值

分配供从通道接收消息的消息缓冲区管理器使用的最大内存量(以字节为单位)。

适用于