1
我在我的WCF網絡服務上使用customBinding
。但是,當我從2012年的Visual-Studio插件服務引用,客戶端的配置顯示wsHttpBinding
如下圖所示:爲什麼客戶端配置在服務器上有customBinding時顯示wsHttpBinding?
<bindings>
<wsHttpBinding>
<binding name="CustomBinding_IService1" />
</wsHttpBinding>
</bindings>
這背後的原因是什麼?
我的全服務器的配置可以在這裏找到:How to make WCF service server-client time difference independent?
謝謝@YaronNaveh,不知何故我的所有問題都解決了。 :) –