IVsWCFReferenceGroupDetails.GetServiceEndpoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.