TransportBindingElement.MaxReceivedMessageSize Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets and sets the maximum allowable message size that can be received.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Int64The maximum allowable message size that can be received. The default is 65,536 bytes.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value set cannot be negative. |
Show: