Share via


IVsWCFReferenceGroupDetails.GetServiceEndpoints Method

Definition

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

public:
 System::Collections::Generic::IEnumerable<System::ServiceModel::Description::ServiceEndpoint ^> ^ GetServiceEndpoints();
public System.Collections.Generic.IEnumerable<System.ServiceModel.Description.ServiceEndpoint> GetServiceEndpoints ();
abstract member GetServiceEndpoints : unit -> seq<System.ServiceModel.Description.ServiceEndpoint>
Public Function GetServiceEndpoints () As IEnumerable(Of ServiceEndpoint)

Returns

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

Applies to