Propriedade WebTest.WebProxy

Obtém ou define o proxy da Web para este teste de desempenho de Web para usar.

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

Sintaxe

'Declaração
Public Property WebProxy As IWebProxy
    Get
    Set
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 propriedade

Tipo: System.Net.IWebProxy
Um objeto IWebProxy.

Segurança do .NET Framework

Consulte também

Referência

WebTest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting