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: String
A string representation of a proxy server location and port. The default value is an empty string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.