why .net web api support ony Http not tcp?
why .net web api support ony Http not tcp? why web api different to wcf and web services and which one is better?
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.
Bikesh SrivastavaPosted Oct 17, 2016, 8:34 AM
Francis SusaimichaelPosted Oct 17, 2016, 2:49 AM
why .net web api support ony Http not tcp?
Since Web API works based on HTTPverbs (like GET,PUT, DELETE etc).
Midhun TpPosted Oct 17, 2016, 2:46 AM