RepositoryExtensions.QueryProxies 方法

返回代理记录的列表。

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

语法

声明
<WebMethodAttribute> _
Public Function QueryProxies ( _
    proxyUrls As String() _
) As ProxyInfo()
[WebMethodAttribute]
public ProxyInfo[] QueryProxies(
    string[] proxyUrls
)

参数

  • proxyUrls
    类型:array<System.String[]
    要作为筛选依据的 Url。

返回值

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

.NET Framework 安全性

请参见

参考

RepositoryExtensions 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间