<readerQuotas maxStringContentLength="20971520" maxArrayLength="20971520"/>
<readerQuotas maxDepth="32" maxStringContentLength="20971520" maxArrayLength="20971520" maxBytesPerRead="40960" maxNameTableCharCount="163840"/>
maxBufferPoolSize="524288",从通道接收消息的最大缓存数量
maxBufferSize="65536" 从通道接收消息的缓存大小
maxConnections="10" 最大连接数目
maxReceivedMessageSize="65536">最大接收的消息大小 这里可以设置:2147483647
maxDepth="32" 最大节点深度
maxStringContentLength="8192" 最大内容长度
maxArrayLength="16384"最大数组长度
maxBytesPerRead="4096" 最大每次读取长度
maxNameTableCharCount="16384"最大NameTableChar的数量
|
|