IVsWCFReferenceGroupDetails.GetServiceEndpoints Метод

Определение

Возвращает IEnumerable коллекцию, содержащую конечные точки для ссылки на службу Windows Communication Foundation (WCF).

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)

Возвращаемое значение

IEnumerable<ServiceEndpoint>

IEnumerableКоллекция, содержащая все конечные точки для заданной ссылки на службу WCF.

Применяется к