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

WSHttpRelayBindingBaseElement.MaxBufferPoolSize 属性

定义

获取或设置存储绑定 WSHttpRelayBinding 处理的消息的缓冲池的最大大小。

[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

属性值

存储绑定 WSHttpRelayBinding 处理的消息的缓冲池的最大大小。 默认值为 524288 个字节。

属性

适用于