Go to DotNetFunda.com
 Online : 666 |  Welcome, Guest!   Login
 
Home > Interview Questions > WCF Interview Questions > What is address in WCF and how many type ...

call for mock interview


WCF Interview Questions


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

Author: Poster | Posted on: 11/13/2008 5:20:01 PM | Category: WCF | Views:4057 |  Print | Asked In: Many Interviews



Answer:
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

The sample address for above transport schema may look like

http://localhost:81
http://localhost:81/MyService
net.tcp://localhost:82/MyService
net.pipe://localhost/MyPipeService
net.msmq://localhost/private/MyMsMqService
net.msmq://localhost/MyMsMqService

Found interesting? Add this to:

| More


Navigate to:

 Submit Interview Questions

What is service and client in perspective of data communication? ...

What are contracts in WCF? ...

Random Interview Questions
Help: If for some reason you are getting the same question by clicking Next Question or Previous Question, Try clicking Categories link above.

Related interview questions

More ...


Advertisement

About Us | The Team | Advertise | Contact Us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you found plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 9/3/2010 3:55:05 AM