IVsWebServiceProvider Interface

Definition

Maintains a collection of Web services (IVsWebService) and calls appropriate methods on events.

public interface class IVsWebServiceProvider
public interface class IVsWebServiceProvider
__interface IVsWebServiceProvider
[System.Runtime.InteropServices.Guid("C736666C-6970-4AE7-9B1F-5C0407A30556")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebServiceProvider
[<System.Runtime.InteropServices.Guid("C736666C-6970-4AE7-9B1F-5C0407A30556")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebServiceProvider = interface
Public Interface IVsWebServiceProvider
Attributes

Methods

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.

Applies to