TeamFoundationVersionControlService.QueryProxies 方法

傳回 Proxy 記錄清單。

命名空間:  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[]
包含這個伺服器或一個篩選的集合的所有已知的 Proxy 的一些資料錄,如果 proxyUrls 不是空的。

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間