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.
Gets the record for a proxy server at the specified URL.
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
)
public:
ProxyInfo^ GetProxy(
String^ proxyUrl
)
member GetProxy :
proxyUrl:string -> ProxyInfo
public function GetProxy(
proxyUrl : String
) : ProxyInfo
Parameters
- proxyUrl
Type: System.String
URL of the proxy record to get.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ProxyInfo
The ProxyInfo object corresponding to the specified URL. Null if one is not found.
.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.