April 2003
Intermediate to advanced
1040 pages
25h 22m
English
Depending on the speed of your Internet connection, you may have noticed that the Web service client applications you constructed earlier in this chapter “freeze” when you invoke the Web service. By default these applications use synchronous methods to communicate with the Web service, waiting for the SOAP response before allowing any other code to execute. But the proxy classes constructed by .NET include asynchronous methods as well. In this exercise, you'll learn how to call a Web service asynchronously.
Estimated Time: 30 minutes.
1. | Create a Visual C# .NET Windows Application in the Visual Studio .NET IDE. |
2. | Right-click the References folder in Solution Explorer and ... |
Read now
Unlock full access