你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebHttpRelayBindingElement.MaxBufferPoolSize 属性

定义

获取或设置可为缓冲区管理器分配的最大内存量,该管理器管理使用此绑定的终结点所需的缓冲区。

[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

属性值

返回配置了此绑定的终结点使用的缓冲区池的最大大小(以字节为单位)。 默认值为 65,536 字节。

属性

适用于