Share via


WebTest.Proxy Property

Gets or sets a value representing a proxy server for the Web 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
'Usage
Dim instance As WebTest 
Dim value As String 

value = instance.Proxy

instance.Proxy = value
public string Proxy { get; set; }
public:
property String^ Proxy {
    String^ get ();
    void set (String^ value);
}
public function get Proxy () : String 
public 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

WebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace