WebTest.Proxy Property

Gets or sets a value that represents a proxy server for the Web performance test to use.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property Proxy As String
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)

Property Value

Type: System.String
A string representation of a proxy server location and port. The default value is an empty string.

.NET Framework Security

See Also

Reference

WebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace