IVsWebServiceEndpoint Interface

Definition

Represents a single endpoint for a Web service (whether a service endpoint or a metadata discovery endpoint).

public interface class IVsWebServiceEndpoint
public interface class IVsWebServiceEndpoint
__interface IVsWebServiceEndpoint
[System.Runtime.InteropServices.Guid("72DDC424-1358-4923-9B9D-DE55BC2322E1")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebServiceEndpoint
[System.Runtime.InteropServices.Guid("72DDC424-1358-4923-9B9D-DE55BC2322E1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWebServiceEndpoint
[<System.Runtime.InteropServices.Guid("72DDC424-1358-4923-9B9D-DE55BC2322E1")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebServiceEndpoint = interface
[<System.Runtime.InteropServices.Guid("72DDC424-1358-4923-9B9D-DE55BC2322E1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWebServiceEndpoint = interface
Public Interface IVsWebServiceEndpoint
Attributes

Methods

Url(String)

Retrieves the URL for the endpoint.

Applies to