This documentation is archived and is not being maintained.
VersionControlServer.GetProxies Method (String())
Visual Studio 2013
Gets an array of proxy server records based on the specified URLs.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function GetProxies ( _ proxyUrls As String() _ ) As ProxyInfo()
Parameters
- proxyUrls
- Type: System.String()
An array of proxy server URLs.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ProxyInfo()An array of ProxyInfo records for all known proxies configured for the server.
- 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: