开发者

How to set maxArrayLength in .Net service?

开发者 https://www.devze.com 2023-01-16 04:39 出处:网络
in client 开发者_运维百科i do it in app.config : <basicHttpBinding ... <binding ... <readerQuotas maxDepth=\"32\" maxStringContentLength=\"8192\" maxArrayLength=\"50000\" maxBytesPerRead=\"4

in client 开发者_运维百科i do it in app.config :

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


I guess you mean change the reader quotas programatically: here

0

精彩评论

暂无评论...
验证码 换一张
取 消