您的位置:首页 > 大数据

WCF 客户端解决大数据量传输配置

2014-06-30 10:40 267 查看
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IServices"  maxBufferPoolSize="2147483647" receiveTimeout="00:10:00" SendTimeout="00:10:00" maxReceivedMessageSize="2147483647" maxBufferSize="2147483647">
<readerQuotas maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxDepth="2147483647" maxNameTableCharCount="2147483647" maxStringContentLength="2147483647"/>
</binding>

</basicHttpBinding>
</bindings>
</system.serviceModel>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: