首页 > Web开发 > 详细

wcf的wcfdualHTTPBinding的调用严重慢的问题

时间:2016-04-21 18:38:49      阅读:316      评论:0      收藏:0      [点我收藏+]

 发现有时候需要增加红色部分的内容,调用才不会很长时间

   <services>

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

        <endpoint address="" binding="wsDualHttpBinding" contract="service.IMyContract" bindingConfiguration="dualHttpBinding">

          <identity>

            <dns value="localhost"/>

          </identity>

        </endpoint>

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

        <!--<endpoint address="net.tcp://locolhost:9999" binding="netTcpBinding"  contract="service.IMyContract" />-->

        <host>

          <baseAddresses>

            <add baseAddress="http://localhost:6678/" />

          </baseAddresses>

        </host>

      </service>


wcf的wcfdualHTTPBinding的调用严重慢的问题

原文:http://11225176.blog.51cto.com/11215176/1766348

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!