Share via


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)

Syntax

'Declaration
Function GetServiceEndpoints As IEnumerable(Of ServiceEndpoint)
IEnumerable<ServiceEndpoint> GetServiceEndpoints()
IEnumerable<ServiceEndpoint^>^ GetServiceEndpoints()
abstract GetServiceEndpoints : unit -> IEnumerable<ServiceEndpoint> 
function GetServiceEndpoints() : IEnumerable<ServiceEndpoint>

Return Value

Type: System.Collections.Generic.IEnumerable<ServiceEndpoint>
An IEnumerable collection that contains all the endpoints for a given WCF service reference.

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroupDetails Interface

Microsoft.VisualStudio.ManagedInterfaces9 Namespace