Aracılığıyla paylaş


WebTest.WebProxy Özellik

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: IWebProxy

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı