BasicHttpBindingElement.MaxBufferSize 属性

定义

获取或设置缓冲池允许的最大字节大小,该缓冲池用于存储由绑定处理的存储区消息。

public:
 property int MaxBufferSize { int get(); void set(int value); };
[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

属性值

Int32

用于存储由绑定处理的消息的缓冲区的最大大小。

属性

适用于