What are the transport schemes supported by wcf? Give example of address for each scheme.



What are the transport schemes supported by wcf? Give example of address for each scheme...

Answer / Amit Prasad

WCF supports various transport schemes such as TCP, HTTP, HTTPS, MSMQ, and Named Pipes. Examples of addresses for each scheme are: - tcp://localhost:8001 - http://localhost - https://localhost - net.msmq://localhost - net.pipe://localhost

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What are the different platforms where we can host wcf service ?

1 Answers  


Explain how to define a service as rest based service in wcf?

1 Answers  


What is overloading in wcf? How to do authentication in wcf?

1 Answers  


What are the advantages of hosting wcf services in iis as compared to self hosting?

1 Answers  


What are the types of messaging programs?

1 Answers  


What are the protocols supported by wcf hosting environment? What are their advantages and disadvantages?

1 Answers  


Give the address format of all the bindings in wcf.

1 Answers  


What hosting functionality is unique for the vista os?

1 Answers  


What are the essential components used in wcf?

1 Answers  


Please explain briefly different instance modes in wcf?

1 Answers  


Explain different modes of security in wcf?

1 Answers  


what is wcf peer network binding type? : Wcf data services

1 Answers  


Categories