Aracılığıyla paylaş


WebTest.WebProxy Özellik

Alır veya ayarlar kullanmak için bu Web performans sınaması için Web proxy.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Net.IWebProxy
Bir IWebProxy nesnesi.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı