Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: 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.