adspace


What are the types of bindings in wcf?

Answer Posted / Akash Kant

The types of bindings in WCF include BasicHttpBinding (for SOAP over HTTP), WSHttpBinding (for SOAP over HTTP with additional security features), NetTcpBinding (for TCP), NetNamedPipeBinding (for named pipes), and CustomBindings (for creating custom bindings).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

904