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
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- proxyUrls
類型:array<System.String[]
篩選的 URL。
傳回值
類型:array<Microsoft.TeamFoundation.VersionControl.Server.ProxyInfo[]
包含這個伺服器或一個篩選的集合的所有已知的 Proxy 的一些資料錄,如果 proxyUrls 不是空的。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。