This documentation is archived and is not being maintained.
VersionControlServer.GetProxy Method
Visual Studio 2013
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)
Parameters
- proxyUrl
- Type: System.String
URL of the proxy record to get.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ProxyInfoThe ProxyInfo object corresponding to the specified URL. Null if one is not found.
- 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.
Show: