Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.StringURL 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.