IVsWCFReferenceGroupDetails::GetServiceEndpoints Method ()

 

Returns an IEnumerable collection that contains the endpoints for a Windows Communication Foundation (WCF) service reference.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces9
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)

IEnumerable<ServiceEndpoint^>^ GetServiceEndpoints()

Return Value

Type: System.Collections.Generic::IEnumerable<ServiceEndpoint^>^

An IEnumerable collection that contains all the endpoints for a given WCF service reference.

Return to top
Show: