Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.