zoukankan      html  css  js  c++  java
  • 关于WinFrom 或 Console 应用程序 引用 集成Windows认证的 WebService 程序的处理

    在下面 红色加粗部分,需要修改。

    1 <binding name="PublishSoap" closeTimeout="00:01:00" openTimeout="00:01:00"
    2    receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false"
    3 bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
    4 maxBufferSize="635536" maxBufferPoolSize="5324288" maxReceivedMessageSize="635536"
    5 messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
    6 useDefaultWebProxy="true">
    7 <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
    8 maxBytesPerRead="4096" maxNameTableCharCount="1336384" />
    9 <security mode="TransportCredentialOnly">
    10 <transport clientCredentialType="Ntlm" proxyCredentialType="None" realm="" />
    12 <message clientCredentialType="UserName" algorithmSuite="Default" />
    13 </security>
    14 </binding>
  • 相关阅读:
    142. 环形链表 II
    59. 螺旋矩阵 II
    996. 正方形数组的数目
    1323. 6 和 9 组成的最大数字
    面试题 17.14. 最小K个数
    389. 找不同
    1103. 分糖果 II
    背景透明度
    css3-新属性-用户界面
    响应式布局-基础结构
  • 原文地址:https://www.cnblogs.com/zhengmy/p/1978375.html
Copyright © 2011-2022 走看看