Freigeben über


TeamFoundationVersionControlService.QueryProxies-Methode

Gibt eine Liste von Proxydatensätzen zurück.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Function QueryProxies ( _
    requestContext As TeamFoundationRequestContext, _
    proxyUrls As String() _
) As ProxyInfo()
public ProxyInfo[] QueryProxies(
    TeamFoundationRequestContext requestContext,
    string[] proxyUrls
)

Parameter

  • proxyUrls
    Typ: array<System.String[]
    Die URLs, nach zu filtern.

Rückgabewert

Typ: array<Microsoft.TeamFoundation.VersionControl.Server.ProxyInfo[]
Ein Array Datensätze, die alle bekannten Proxy für diesen Server oder einem gefilterten Satz enthalten, wenn proxyUrls nicht NULL ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationVersionControlService Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace