RepositoryExtensions.QueryProxies 方法

傳回 Proxy 記錄清單。

命名空間:  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
)

參數

傳回值

類型:array<Microsoft.TeamFoundation.VersionControl.Server.ProxyInfo[]
包含這個伺服器或一個篩選的集合的所有已知的 Proxy 的一些資料錄,如果 proxyUrls 不是空的。

.NET Framework 安全性

請參閱

參考

RepositoryExtensions 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間