IVsWebService3.Endpoints(Array) Method

Definition

Gets a collection of all known service endpoint URLs for this Web service.

public:
 int Endpoints([Runtime::InteropServices::Out] Array ^ % saEndpointURLs);
public int Endpoints (out Array saEndpointURLs);
abstract member Endpoints : Array -> int
Public Function Endpoints (ByRef saEndpointURLs As Array) As Integer

Parameters

saEndpointURLs
Array

[out, retval] An array of the service endpoint URLs for this Web service.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to