Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.