Share via


VersionControlServer.GetProxy-Methode

Ruft den Datensatz für einen Proxyserver an der angegebenen URL ab.

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

Syntax

'Declaration
Public Function GetProxy ( _
    proxyUrl As String _
) As ProxyInfo
public ProxyInfo GetProxy(
    string proxyUrl
)

Parameter

  • proxyUrl
    Typ: System.String
    URL des abzurufenden Proxydatensatzes.

Rückgabewert

Typ: Microsoft.TeamFoundation.VersionControl.Client.ProxyInfo
Das Objekt ProxyInfo entsprechend der angegebenen URL."Null", wenn das nicht gefunden wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlServer Klasse

Microsoft.TeamFoundation.VersionControl.Client-Namespace