Windows Presentation Foundation Tools : WCF Service Host

WCF Service Host enumerates the services in a WCF service project, loads the project's configuration, and instantiates a host for each service that it finds. The tool is integrated into Visual Studio through the WCF Service template and is invoked when you start to debug your project.

By using WCF Service Host, you can WCF a WCF service (in a WCF service library project) without writing extra code or committing to a specific host during development.

No comments:

Post a Comment