共用方式為


WebTest.WebProxy 屬性

取得或設定這個 Web 效能測試所要使用的 Web Proxy。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property WebProxy As IWebProxy
public IWebProxy WebProxy { get; set; }
public:
property IWebProxy^ WebProxy {
    IWebProxy^ get ();
    void set (IWebProxy^ value);
}
member WebProxy : IWebProxy with get, set
function get WebProxy () : IWebProxy
function set WebProxy (value : IWebProxy)

屬性值

型別:System.Net.IWebProxy
IWebProxy 物件。

.NET Framework 安全性

請參閱

參考

WebTest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間