문제

I'm pretty new in C# and I'm developing C#(WPF) application with client/server architecture, and I'll need to communicate between two machines(only short JSONs, however a lot of them), and HTTP is too "heavy" with all it headers etc. Does exist any alternative to HTTP on application layer?

올바른 솔루션이 없습니다

다른 팁

Sure, why not use WCF.

That way you can specify the type of communication method, named pipes, shared memory, http, tcp etc.

http://msdn.microsoft.com/en-us/library/dd936243.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top