WCF supports several different protocols for communicating. My WCF services are deployed on the same machine only. I just wanted to know whether TCP is more effecient than HTTP or should i go with HTTP?
WCF supports several different protocols for communicating. My WCF services are deployed on the
Share
If your WCF services are on the same machine, use named pipes. I’ve found this flow chart helpful.