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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。