<binding name="WSHttpBinding_ISyncService" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" >
<readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647"
maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
<readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647"
maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
</binding>
加上上面这段配置就ok了
本文介绍了一段关于WSHttpBinding配置的具体设置方法,详细解释了如何通过调整maxBufferPoolSize、maxReceivedMessageSize等参数来优化服务的接收能力和处理效率,并提供了具体的XML配置示例。
7453

被折叠的 条评论
为什么被折叠?



