WebTest.Proxy 属性

获取或设置一个值,该值表示 Web 性能测试要使用的代理服务器。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property Proxy As String
    Get
    Set
public string Proxy { get; set; }
public:
property String^ Proxy {
    String^ get ();
    void set (String^ value);
}
member Proxy : string with get, set
function get Proxy () : String
function set Proxy (value : String)

属性值

类型:System.String
代理服务器的位置和端口的字符串表示形式。默认值为空字符串。

.NET Framework 安全性

请参见

参考

WebTest 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间