IVsWebService3 Interface
Visual Studio 2015
Represents a single Web service that supports a richer understanding of endpoints and metadata discovery information at design time. To access this object, if supported, query (QueryInterface) from an IVsWebService instance.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | DiscoveryUrl(String) | The HTTP GET-based discovery URL for the service (NULL or empty BSTR if none) |
![]() | Endpoints(Array) | Gets a collection of all known service endpoint URLs for this Web service. |
![]() | GetMexWebServiceEndpoint(String, IVsWebServiceEndpoint) | Retrieves the metadata exchange Web service endpoint for the specified URL. |
![]() | GetWebServiceEndpoint(String, IVsWebServiceEndpoint) | Retrieves the Web service endpoint for the specified URL. |
![]() | MexEndpoints(Array) | Gets all known metadata exchange discovery endpoint URLs for this Web service. |
Show:
