Wednesday 17 February 2016

What is address in WCF and how many types of transport schemas are there in WCF?

Address is a way of letting client know that where a service is located. In WCF, every service is associated with a unique address. This contains the location of the service and transport schemas.

WCF supports following transport schemas :-
HTTP
TCP
Peer network
IPC (Inter-Process Communication over named pipes)
MSMQ

More => WCF Interview Questions & Answers

No comments:

Post a Comment