Share via


HttpBinding.MaxBufferPoolSize Property

Gets or sets the maximum amount of memory allocated for the buffer manager that manages the buffers required by endpoints that use this binding.

Namespace:  System.Web.Http.SelfHost.Channels
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

Syntax

'Declaration
Public Property MaxBufferPoolSize As Long
    Get
    Set
'Usage
Dim instance As HttpBinding
Dim value As Long

value = instance.MaxBufferPoolSize

instance.MaxBufferPoolSize = value
public long MaxBufferPoolSize { get; set; }
public:
property long long MaxBufferPoolSize {
    long long get ();
    void set (long long value);
}
member MaxBufferPoolSize : int64 with get, set
function get MaxBufferPoolSize () : long
function set MaxBufferPoolSize (value : long)

Property Value

Type: System.Int64
The maximum size, in bytes, for the pool of buffers used by an endpoint configured with this binding.

See Also

Reference

HttpBinding Class

System.Web.Http.SelfHost.Channels Namespace