IVsWCFReferenceGroupDetails::GetServiceEndpoints Method ()
Visual Studio 2015
Returns an IEnumerable collection that contains the endpoints for a Windows Communication Foundation (WCF) service reference.
Assembly: Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)
Return Value
Type: System.Collections.Generic::IEnumerable<ServiceEndpoint^>^An IEnumerable collection that contains all the endpoints for a given WCF service reference.
Show: