Freigeben über


VersionControlServer.GetProxies-Methode (array<String )

Ruft ein Array Proxyserverdatensätze auf Grundlage des angegebenen URL ab.

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 des Proxyservers URL.

Rückgabewert

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.ProxyInfo[]
Ein Array ProxyInfo Datensätze für alle 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 NULL.

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlServer Klasse

GetProxies-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace