What is Service Host in WCF?

 Posted by Sumank on 5/10/2013 | Category: WCF Interview questions | Views: 3734 | Points: 40
Answer:

Service Host object is in process of hosting the WCF service and registering endpoints. It loads the service configuration endpoints, apply the settings. System.ServiceModel.ServiceHost namespace holds this object. This object is created while self hosting the WCF service.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response