IVsWebService Interface

Definition

Represents a single Web service proffered by a project. Managed as part of a collection of Web services held by IVsWebServiceProvider.

public interface class IVsWebService
public interface class IVsWebService
__interface IVsWebService
[System.Runtime.InteropServices.Guid("D02603F6-BDB0-410C-9BA8-9E34E5FF4BEC")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebService
[<System.Runtime.InteropServices.Guid("D02603F6-BDB0-410C-9BA8-9E34E5FF4BEC")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebService = interface
Public Interface IVsWebService
Attributes

Methods

AdviseWebServiceEvents(IVsWebServiceEvents, UInt32)

Register callbacks for the Web service.

AppRelativeUrl(String)

Gets the application-relative path to the Web service.

GetProvider(IVsWebServiceProvider)

Gets the provider of a service.

UnadviseWebServiceEvents(UInt32)

Unregisters callbacks for this Web service.

Url(String)

Specifies the URL for the service.

Applies to