I noticed that 2147483647 seems to be a popular choice for maxReceivedMessageSize but is this the limit?
MaxReceivedMessageSize = 1000000; The value of this property can also be set in the configuration file.
To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
Nope, the limit is Int64.MaxValue1 which is: 9223372036854775807
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With