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.
我正在开发 WCF 服务(VS2010,.NET 4.0)。如果在 WCF 服务中我使用 REST 类型的功能(即用 WebGet 等装饰我的方法),由于 REST 大量利用 HTTP 协议,我是否被锁定为将 WCF 服务托管为 HTTP - 即我是否可以选择以网络托管.tcp ?
简短的回答 - 是的,除非您想编写自己的 HTTP 堆栈模拟。 Tcp有什么特别的需要吗?