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

属性值

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

适用于