Compartir a través de


WebTest.WebProxy (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property WebProxy As IWebProxy
public IWebProxy WebProxy { get; set; }
public:
property IWebProxy^ WebProxy {
    IWebProxy^ get ();
    void set (IWebProxy^ value);
}
member WebProxy : IWebProxy with get, set
function get WebProxy () : IWebProxy 
function set WebProxy (value : IWebProxy)

Valor de propiedad

Tipo: IWebProxy

Seguridad de .NET Framework

Vea también

Referencia

WebTest Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)