Click or drag to resize
HttpBindingBaseMaxBufferSize Property
Gets or sets the maximum size, in bytes, for a buffer that receives 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 int MaxBufferSize { get; set; }

Property Value

Type: Int32
See Also