Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有带有 net.tcp 绑定的 WCF 服务。Visual Studio 在 Windows 中创建 CLIENT 可以连接、获取代理并且可以正常工作!
现在我很感兴趣如何从其他操作系统连接,例如:
你不能用netTcpBinding,但你可以用basicHttpBinding,最好是用WebAPI。
netTcpBinding
basicHttpBinding
参考链接 http://www.asp.net/web-api
希望这会有所帮助!
坦率地说,Mono 是一个开源、跨平台的 .NET。正如 Tim 所说,从非 MS 平台进行连接可能是一个很好的解决方案。