1
在MSDN上的WCF上的「默認NetTcpBinding」部分是以下示例。什麼是WCF中的netTcpBinding的基地址?
<endpoint address=""
binding="netTcpBinding"
contract="Microsoft.ServiceModel.Samples.ICalculator" />
如果設置爲空,似乎沒有關於有效地址的信息。
在其他地方我收到的建議將其設置爲:
的net.tcp://本地主機:8000 /爲MyService
但如果我這樣做,怎麼我保證爲MyService可見爲localhost:8000?
最後,是否可以單獨從MSDN學習WCF?