¡@

Home 

c++ Programming Glossary: helloservice

Create WCF service for unmanaged C++ clients

http://stackoverflow.com/questions/686452/create-wcf-service-for-unmanaged-c-clients

Service will host the WCF Service. Add a WCF Service named HelloService to the project. To do this right click the project in the Solution.. Service template and click the Add button. This adds the HelloService to the project in the form of an interface file IHelloService.cs.. to the project in the form of an interface file IHelloService.cs a class file HelloService.cs and a default service configuration..