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

BasicHttpRelayBindingElement.MaxBufferSize 属性

定义

获取或设置存储消息的缓冲区的最大大小,该缓冲区在为配置了此绑定的终结点处理消息时存储消息。

[System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=65536)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=65536)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxBufferSize : int with get, set
Public Property MaxBufferSize As Integer

属性值

返回最大缓冲区大小。 默认值为 65,536 字节。 最小值为 1 字节。

属性

适用于