Duration: 18:29 min
Summary: This video wraps up out service-host-client example. We complete the application by creating a client console application that makes use of the service methods. We add a console app to the solution. Then we spend a good time on adding a service reference. Adding a service reference is very important because it adds a lot to the application. Through it, we have a proxy class that contains all the information we need to make calls to the service methods. We explored some of the details of this important class. In the next videos, we will talk more about the proxy class and see how we can customize it to be able to call methods asynch.