






















Code
多base address 的配置文件
<service behaviorConfiguration="MyServiceBehavior" name="Hello"><endpointaddress="httpHello"
binding
="basicHttpBinding"contract
="IHello" /><endpointaddress="nettcpHello"binding
="netTcpBinding"contract
="IHello" /><endpoint address="MEX" binding="mexHttpBinding" contract="IMetadataExchange" /><host><baseAddresses><add baseAddress="http://localhost:8080/"/><add baseAddress="net.tcp://localhost:8090/"/></baseAddresses></host></service>此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。