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

  • Download the OOPS, ASP.NET and ADO.NET Training Videos for FREE, click here.

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

Interesting?   Share and Bookmark this


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



Advertisement

About Us | The Team | Advertise | Contact Us | Feedback | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you found copied contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
All rights reserved to DotNetFunda.Com. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks.
(Best viewed in IE 6.0+ or Firefox 2.0+ at 1024 * 768 or higher)