WCF maxReceivedMessagesize and readerquotas
Posted
by chugh97
on Stack Overflow
See other posts from Stack Overflow
or by chugh97
Published on 2010-03-25T16:12:44Z
Indexed on
2010/03/25
16:13 UTC
Read the original article
Hit count: 497
What is the fundamental difference between the two? On the server side on the service, I am using readerQuotas to accomodate large string lengths (Int32.MaxValue). What is the significance of maxReceivedMessagesize then?
© Stack Overflow or respective owner