VersionControlServer.GetProxy 方法
取得 Proxy 伺服器的記錄在指定的 URL。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Function GetProxy ( _
proxyUrl As String _
) As ProxyInfo
public ProxyInfo GetProxy(
string proxyUrl
)
參數
- proxyUrl
型別:System.String
取得的 Proxy 記錄的 URL。
傳回值
型別:Microsoft.TeamFoundation.VersionControl.Client.ProxyInfo
使用指定的 URL 對應的 ProxyInfo 物件。如果沒有找到物件,則為 null。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。