91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

netTCPBinding的配置

發布時間:2020-04-05 10:13:27 來源:網絡 閱讀:693 作者:古泥瓦 欄目:編程語言

<?xml version="1.0" encoding="utf-8" ?>

<configuration>

    <startup> 

        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />

    </startup>

  <appSettings>

    <add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" />

  </appSettings>

  <system.web>

    <compilation debug="true" />

  </system.web>

  

  <system.serviceModel>

    

    <behaviors>

      <serviceBehaviors>

        <behavior name="MyServiceBehavior">

          <serviceMetadata httpGetEnabled="false"/>

        </behavior>

      </serviceBehaviors>

    </behaviors>

    

    <bindings>

      <netTcpBinding>

        <binding name="netTcpBindingConfiguration">

          <readerQuotas maxDepth="64" maxStringContentLength="2147483647 " maxArrayLength="2147483647 " maxBytesPerRead="4096" maxNameTableCharCount="16384" />

          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />

          <!--<security mode="none">

            <transport clientCredentialType="none" protectionLevel="EncryptAndSign" />

          </security>-->

        </binding>

      </netTcpBinding>

    </bindings>

    <services>

      <service behaviorConfiguration="MyServiceBehavior" name="service.MyPublisher" >

        <endpoint address="" binding="netTcpBinding" contract="service.IMyContract" bindingConfiguration="netTcpBindingConfiguration"/>

        <endpoint address="mex" binding="mexTcpBinding"  contract="IMetadataExchange" />

        <host>

          <baseAddresses>

            <add baseAddress="net.tcp://192.168.0.139:8899/" />

          </baseAddresses>

        </host>

      </service>

      

      

    </services>

  </system.serviceModel>

</configuration>


注意httpGetEnabled="false"這個值需是false,如果是true服務器出錯。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

长兴县| 南丰县| 双桥区| 汕头市| 日土县| 平罗县| 恩平市| 宁远县| 缙云县| 禄劝| 岳阳县| 土默特左旗| 乐业县| 古浪县| 新丰县| 玉门市| 屏东县| 长泰县| 炎陵县| 玛曲县| 克山县| 连云港市| 肇庆市| 浠水县| 沐川县| 夏河县| 永福县| 龙川县| 南安市| 泗阳县| 巍山| 灵台县| 苍山县| 安义县| 邵阳市| 乌兰浩特市| 霍山县| 平泉县| 驻马店市| 抚顺县| 泾阳县|