WSHttpBindingBaseElement::MaxBufferPoolSize Property
.NET Framework (current version)
Gets or sets the maximum size, in bytes, for a buffer pool that stores TCP messages processed by the binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("maxBufferPoolSize", DefaultValue = 524288)] [LongValidatorAttribute(MinValue = 0)] property long long MaxBufferPoolSize { long long get(); void set(long long value); }
Property Value
Type: System::Int64The maximum size (in bytes) for a buffer pool that is processed by the binding. The default value is 65,536 bytes.
.NET Framework
Available since 3.0
Available since 3.0
Show: