WCF Data Services Question:

Explain WCF IPC binding type?

WCF Data Services Interview Question
WCF Data Services Interview Question

Answer:

IPC binding

Offered by the NetNamedPipeBinding class, this uses named pipes as a transport for same-machine communication. It is the most secure binding since it cannot accept calls from outside the machine and it supports a variety of features similar to the TCP binding.


Previous QuestionNext Question
What is WCF Peer network binding type?Explain WCF Web Service (WS) binding type?