Freigeben über


VersionControlServer.GetProxies-Methode (array<String[])

Ruft ein Array Proxyserverdatensätze auf Grundlage der angegebenen URLs überein.

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

Syntax

'Declaration
Public Function GetProxies ( _
    proxyUrls As String() _
) As ProxyInfo()
public ProxyInfo[] GetProxies(
    string[] proxyUrls
)

Parameter

  • proxyUrls
    Typ: array<System.String[]
    Ein Array Proxyserver URLs.

Rückgabewert

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.ProxyInfo[]
Ein Array ProxyInfo Datensätze aller bekannten Proxy konfiguriert für den Server.

Hinweise

Wenn ein Proxy nicht für eine bestimmte URL gefunden werden kann, wird das entsprechende Element im zurückgegebenen Array ungültig.

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlServer Klasse

GetProxies-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace