IVsWebService3.Endpoints(Array) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.