views:

28

answers:

1

in client i do it in app.config :

<basicHttpBinding ...
<binding ...
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="50000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
A: 

I guess you mean change the reader quotas programatically: here

vc 74