加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

vb.net中web.config对数据量的限定

发布时间:2020-12-17 08:12:03 所属栏目:百科 来源:网络整理
导读:bindingname="BasicHttpBinding_IsvcM02031"closeTimeout="00:01:00" openTimeout="00:01:00"receiveTimeout="00:10:00"sendTimeout="00:01:00" allowCookies="false"bypassProxyOnLocal="false"hostNameComparisonMode="StrongWildcard" maxBufferSize="214

<bindingname="BasicHttpBinding_IsvcM02031"closeTimeout="00:01:00"
openTimeout="00:01:00"receiveTimeout="00:10:00"sendTimeout="00:01:00"
allowCookies="false"bypassProxyOnLocal="false"hostNameComparisonMode="StrongWildcard"
maxBufferSize="2147483647"maxBufferPoolSize="524288"maxReceivedMessageSize="2147483647"
messageEncoding="Text"textEncoding="utf-8"transferMode="Buffered"
useDefaultWebProxy="true">
<readerQuotasmaxDepth="32"maxStringContentLength="8192"maxArrayLength="16384"
maxBytesPerRead="4096"maxNameTableCharCount="16384"/>
<securitymode="None">
<transportclientCredentialType="None"proxyCredentialType="None"
realm=""/>
<messageclientCredentialType="UserName"algorithmSuite="Default"/>
</security>
</binding>

maxReceivedMessageSize="2147483647"控制数据访问层对Web层的传递数据量.并非是数据行数.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读