Click or drag to resize
HttpBindingBaseMaxReceivedMessageSize Property
Gets or sets the maximum size, in bytes, for a message that can be received on a channel configured with this binding.

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

Property Value

Type: Int64
See Also