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

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

    binding.MaxReceivedMessageSize = 6553600; binding.MaxBufferPoolSize = 52428800; binding.MaxBufferSize = 6553600; binding.ReaderQuotas.MaxDepth = 3200; binding.ReaderQuotas.MaxStringContentLength = 819200; binding.ReaderQuotas.MaxArrayLength = 16384; binding.ReaderQuotas.MaxBytesPerRead = 409600; binding.ReaderQuotas.MaxNameTableCharCount = 16384

    75610编辑于 2022-05-09
  • 来自专栏全栈程序员必看

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

    这个问题曾经解决过,是通过修改配置文件,增加<readerQuotas>节点解决的。不过这次用“同样的方法”却问题依旧。 经过一番探索,找到了办法,其实还是增加<readerQuotas>节点,但需要加在正确的<binding>节点中。 name="sDataInfraceSoap" /> <binding name="instrumentDockingServiceProviderServiceBinding"> <readerQuotas binding name="sDataInfraceSoap2" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" > <readerQuotas ServiceJSSYJ_STD_Test.StandardInterfacePortType" name="StandardInterfaceHttpSoap12Endpoint" /> </client> 也就是说,<readerQuotas

    1.1K10编辑于 2022-07-25
  • 来自专栏大内老A

    使命必达: 深入剖析WCF的可靠会话[实例篇](内含美女图片,定力差者慎入)

    nonReliableSession"> <binaryMessageEncoding> <readerQuotas <reliableSession ordered="false"/> <binaryMessageEncoding> <readerQuotas <reliableSession ordered="true" /> <binaryMessageEncoding> <readerQuotas <binding name="nonReliableSession"> <binaryMessageEncoding> <readerQuotas <reliableSession ordered="true" /> <binaryMessageEncoding> <readerQuotas

    1.4K100发布于 2018-01-16
  • 来自专栏liulun

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

    maxBufferSize="2147483647" maxConnections="10" maxReceivedMessageSize="2147483647"> <readerQuotas

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

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

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

    1.2K10发布于 2018-09-18
  • 来自专栏DOTNET

    学会WCF之试错法——超时

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

    91360发布于 2018-03-08
  • 来自专栏编程进阶实战

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

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

    3.6K10发布于 2021-10-13
  • 来自专栏令仔很忙

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

    messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas

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

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

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

    752110发布于 2018-03-08
  • 来自专栏大内老A

    [WCF REST] WebHttpBinding与消息编码

    ReaderQuotas属性返回用于约束读取的XML的复杂度的XmlDictionaryReaderQuotas对象,而WriteEncoding属性表示采用的字符编码类型,默认采用UTF-8编码方式。 public override MessageVersion MessageVersion { get; set; } 12: public XmlDictionaryReaderQuotas ReaderQuotas

    79670发布于 2018-02-07
  • 来自专栏跟着阿笨一起玩NET

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

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

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

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

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

    97880发布于 2018-01-23
  • 来自专栏DOTNET

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

    BasicHttpBinding_IService" maxBufferSize="220000" maxReceivedMessageSize="220000" transferMode="Streamed"> <readerQuotas binding name="BasicHttpBinding_IService" sendTimeout="00:00:10" transferMode="Streamed"> <readerQuotas BasicHttpBinding_IService" sendTimeout="00:00:10" transferMode="Streamed" maxReceivedMessageSize="270000"> <readerQuotas

    1K60发布于 2018-03-08
  • 来自专栏我的专栏001

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

    messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true"> <readerQuotas

    82330编辑于 2023-05-25
  • 来自专栏哲学驱动设计

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

    ="00:20:00" sendTimeout="02:00:00" maxReceivedMessageSize="1000000000"> 19: <readerQuotas

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

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

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

    1K20发布于 2019-09-12
  • 来自专栏技术之路

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

    maxBufferPoolSize="2147483647" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> <readerQuotas

    1.1K100发布于 2018-01-31
  • 来自专栏悟空聊架构 | 公众号

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

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

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

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

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

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

    Apriso开发葵花宝典之九 Project篇

    10:00" maxBufferPoolSize="104857600" maxBufferSize="104857600" maxReceivedMessageSize="104857600"> <readerQuotas 05:00" maxBufferPoolSize="104857600" maxBufferSize="104857600" maxReceivedMessageSize="104857600"> <readerQuotas

    1.3K10编辑于 2024-02-28
领券