Share via


TeamFoundationVersionControlService.QueryProxies 方法

返回一个代理记录列表。

命名空间:  Microsoft.TeamFoundation.VersionControl.Server
程序集:  Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

语法

声明
Public Function QueryProxies ( _
    requestContext As TeamFoundationRequestContext, _
    proxyUrls As String() _
) As ProxyInfo()
public ProxyInfo[] QueryProxies(
    TeamFoundationRequestContext requestContext,
    string[] proxyUrls
)

参数

返回值

类型:array<Microsoft.TeamFoundation.VersionControl.Server.ProxyInfo[]
包含筛选的服务器或的任何已知的代理设置的一组记录,如果 proxyUrls 不为 null。

.NET Framework 安全性

请参阅

参考

TeamFoundationVersionControlService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间