首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏全栈程序员必看

    string的length方法(数组length方法)

    This quota may be increased by changing the MaxStringContentLength property 不过这个问仅仅出现在Win XP系统,同样的调用在 binding name="instrumentDockingServiceProviderServiceBinding"> <readerQuotas maxDepth="2147483647" maxStringContentLength maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" > <readerQuotas maxDepth="2147483647" maxStringContentLength

    1.1K10编辑于 2022-07-25
  • 来自专栏DOTNET

    学会WCF之试错法——数据传输

    XmlDictionaryReaderQuotas.MaxStringContentLength:读取器返回最大字符串长度,默认为8192 1 文件编码引起的错误 问题描述: 客户端向服务端传输数据时, maxBufferSize="220000" maxReceivedMessageSize="220000" transferMode="Streamed"> <readerQuotas maxStringContentLength 服务端参数已经设置的比较大了,但是依然报错,发现客户端没有设置maxStringContentLength这个参数,更改客户端配置,服务端保持不变: <binding name="BasicHttpBinding_IService " sendTimeout="00:00:10" transferMode="Streamed"> <readerQuotas maxStringContentLength="240000 sendTimeout="00:00:10" transferMode="Streamed" maxReceivedMessageSize="270000"> <readerQuotas maxStringContentLength

    1K60发布于 2018-03-08
  • 来自专栏liulun

    WCF随客户端软件一起发布,客户端自动识别WCF服务地址,不通过配置文件绑定WCF服务,客户端动态获取版本号

    52428800; binding.MaxBufferSize = 6553600; binding.ReaderQuotas.MaxDepth = 3200; binding.ReaderQuotas.MaxStringContentLength

    75610编辑于 2022-05-09
  • 来自专栏跟着阿笨一起玩NET

    WCF学习五(客户端和服务器时间不一致,导致通道建立失败的问题)

    ="00:30:00" />            </security>            <textMessageEncoding>                <readerQuotas maxStringContentLength

    1.2K10发布于 2018-09-18
  • 来自专栏令仔很忙

    WCF入门(一)--Request Entity Too large 传输的数据量过大

    8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="2147483647" maxStringContentLength

    1.6K31发布于 2018-09-14
  • 来自专栏liulun

    找不到具有绑定 NetTcpBinding 的终结点的与方案 net.tcp 匹配的基址。注册的基址方案是 [http]。

    maxReceivedMessageSize="2147483647"> <readerQuotas maxDepth="2147483647" maxStringContentLength

    1.1K20编辑于 2022-05-09
  • 来自专栏DOTNET

    学会WCF之试错法——超时

    maxReceivedMessageSize="270000" transferMode="Buffered" receiveTimeout="00:00:10"> <readerQuotas maxStringContentLength maxBufferSize="2700000" maxReceivedMessageSize="2700000" transferMode="Buffered" > <readerQuotas maxStringContentLength

    91260发布于 2018-03-08
  • 来自专栏DOTNET

    学会WCF之试错法——安全配置报错分析

    maxReceivedMessageSize="370000" receiveTimeout="00:10:01" maxBufferPoolSize="100"> <readerQuotas maxStringContentLength maxReceivedMessageSize="370000" receiveTimeout="00:10:01" maxBufferPoolSize="100"> <readerQuotas maxStringContentLength

    752110发布于 2018-03-08
  • 来自专栏跟着阿笨一起玩NET

    WCF客户端和服务器时间不一致,导致通道建立失败的问题)

    ="00:30:00" />            </security>            <textMessageEncoding>                <readerQuotas maxStringContentLength

    1.2K10发布于 2018-09-18
  • 来自专栏菩提树下的杨过

    silverlight向wcf传递大于8192字节(8k)的字符串

    --name=随意命名,但要与上面的bindingConfiguration="BBB"对应 --> <readerQuotas maxStringContentLength="2147483647

    97880发布于 2018-01-23
  • 来自专栏我的专栏001

    创建一个自托管(Self-Host)的WCF Service

    utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength

    82230编辑于 2023-05-25
  • 来自专栏技术之路

    wcf webHttpBinding Post 大数据量提交 ios c#客户端

    maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> <readerQuotas maxDepth="2147483647" maxStringContentLength

    1.1K100发布于 2018-01-31
  • 来自专栏哲学驱动设计

    Rafy 领域实体框架演示(3) - 快速使用 C/S 架构部署

    :00:00" maxReceivedMessageSize="1000000000"> 19: <readerQuotas maxDepth="64" maxStringContentLength

    1.3K50发布于 2018-01-30
  • 来自专栏菩提树下的杨过

    asmx迷10分钟升级成wcf熟手指南

    Buffered" useDefaultWebProxy="true"> <readerQuotas maxDepth="32" maxStringContentLength

    1K20发布于 2019-09-12
  • 来自专栏编程进阶实战

    WCF服务调用超时错误:套接字连接已中止。这可能是由于处理消息时出错或远程主机超过接收超时或者潜在的网络资源问题导致的。本地套接字超时是“00:05:30”(已解决)

    --定义可由采用此绑定配置的终结点进行处理的 SOAP 消息的复杂性约束--> <readerQuotas maxDepth="32" maxStringContentLength="65536000

    3.6K10发布于 2021-10-13
  • 来自专栏悟空聊架构 | 公众号

    WCF传输1-你是否使用过压缩或Json序列化?

    00:05:00"> <binaryMessageEncoding compressionFormat="GZip"> <readerQuotas maxStringContentLength

    87440发布于 2018-06-26
  • 来自专栏悟空聊架构 | 公众号

    WCF传输1-你是否使用过压缩或Json序列化?

    00:05:00"> <binaryMessageEncoding compressionFormat="GZip"> <readerQuotas maxStringContentLength

    1.4K100发布于 2018-05-18
  • 来自专栏智能制造社区

    Apriso开发葵花宝典之九 Project篇

    maxBufferPoolSize="104857600" maxBufferSize="104857600" maxReceivedMessageSize="104857600"> <readerQuotas maxStringContentLength maxBufferPoolSize="104857600" maxBufferSize="104857600" maxReceivedMessageSize="104857600"> <readerQuotas maxStringContentLength

    1.3K10编辑于 2024-02-28
  • 来自专栏菩提树下的杨过

    [原创]x.509证书在WCF中的应用(CS篇)

    maxConnections="10"                     maxReceivedMessageSize="65536"> <readerQuotas maxDepth="32" maxStringContentLength

    1.2K70发布于 2018-01-24
  • 来自专栏菩提树下的杨过

    [原创]x.509证书在WCF中的应用(Web/IIS篇)

    " useDefaultWebProxy="true"                     allowCookies="false"> <readerQuotas maxDepth="32" maxStringContentLength

    1.6K50发布于 2018-01-24
领券