Accessing Application Web Services (Visual Basic)
The My.WebServices
object provides an instance of each Web service referenced by the current project. Each instance is instantiated on demand. You can access these Web services through the properties of the My.WebServices
object. The name of the property is the same as the name of the Web service that the property accesses. Any class that inherits from SoapHttpClientProtocol is a Web service.
Tasks
The following table lists possible ways to access Web services referenced by an application.
To | See |
---|---|
Call a Web service | My.WebServices Object |
Call a Web service asynchronously and handle an event when it completes | How to: Call a Web Service Asynchronously |
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.