Click or drag to resize
HttpBindingBaseMaxBufferPoolSize Property
Gets or sets the maximum amount of memory, in bytes, that is allocated for use by the manager of the message buffers that receive messages from the channel.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public long MaxBufferPoolSize { get; set; }

Property Value

Type: Int64
See Also