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.
我是 C# 的新手,我正在开发具有客户端/服务器架构的 C#(WPF) 应用程序,我需要在两台机器之间进行通信(只有很短的 JSON,但它们很多),而且 HTTP 也是“沉重的“所有它的标题等。在应用层上是否存在任何替代HTTP的方法?
当然,为什么不使用 WCF。
这样您就可以指定通信方法的类型、命名管道、共享内存、http、tcp 等。
http://msdn.microsoft.com/en-us/library/dd936243.aspx