C#.net TCP
why TCP used in C#.net WPF(why not http)?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Keyur PatelPosted Jul 31, 2013, 8:56 AM
WPF is desktop based application. It is developed by Microsoft. It is use mostly for standalone application. I can say WPF is replacement of Windows form. We can call web service, WCF and Web Api using Http Protocol in WPF wheres TCP is mostly use client server application. We can use System.Net.Sockets namespace for TCP protocol in .Net.