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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.