TeamFoundationVersionControlService.QueryProxies Method
Returns a list of proxy records.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function QueryProxies ( _
requestContext As TeamFoundationRequestContext, _
proxyUrls As String() _
) As ProxyInfo()
public ProxyInfo[] QueryProxies(
TeamFoundationRequestContext requestContext,
string[] proxyUrls
)
public:
array<ProxyInfo^>^ QueryProxies(
TeamFoundationRequestContext^ requestContext,
array<String^>^ proxyUrls
)
member QueryProxies :
requestContext:TeamFoundationRequestContext *
proxyUrls:string[] -> ProxyInfo[]
public function QueryProxies(
requestContext : TeamFoundationRequestContext,
proxyUrls : String[]
) : ProxyInfo[]
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
proxyUrls
Type: array<System.String[]The URLs to filter by.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ProxyInfo[]
An array of records that contain all known proxies for this server or a filtered set if proxyUrls is not null.
.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.