IVsWebServiceProvider Interface
Visual Studio 2015
Maintains a collection of Web services (IVsWebService) and calls appropriate methods on events.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseWebServiceProviderEvents(IVsWebServiceProviderEvents, UInt32) | Registers callbacks for Web service provider events. |
![]() | ApplicationUrl(String) | Retrieves the URL of the Web service. |
![]() | EnsureServerRunning(String) | Ensures the server is running and retrieves the URL of the server implementing the Web service. |
![]() | GetWebService(String, IVsWebService) | Retrieves an interface to a Web service. |
![]() | StartServer() | Starts the server for the Web service. |
![]() | UnadviseWebServiceProviderEvents(UInt32) | Unregisters callbacks for Web service provider events. |
![]() | WebServices(IEnumWebServices) | Provides an enumerator for the services implemented by the Web service provider. |
Show:
