This documentation is archived and is not being maintained.
VersionControlServer.GetBestProxies Method
Visual Studio 2013
Gets a list of recommended proxy servers returned in preferential order for the given site.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function GetBestProxies ( _ site As String _ ) As List(Of ProxyInfo)
Parameters
- site
- Type: System.String
The site to retrieve recommended proxies for.
Return Value
Type: System.Collections.Generic.List(Of ProxyInfo)A list of ProxyInfo records corresponding to the best proxy matches for the given site, or an empty list if no recommended matches are 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: