Aracılığıyla paylaş


WebTestContext.CookieContainer Özellik

Alır veya Web performans testi önceki istekleri tarafından kullanılan tanımlama bilgilerini ayarlar.

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

Sözdizimi

'Bildirim
Public Property CookieContainer As CookieContainer
public CookieContainer CookieContainer { get; set; }
public:
property CookieContainer^ CookieContainer {
    CookieContainer^ get ();
    void set (CookieContainer^ value);
}
member CookieContainer : CookieContainer with get, set
function get CookieContainer () : CookieContainer 
function set CookieContainer (value : CookieContainer)

Özellik Değeri

Tür: CookieContainer
CookieContainer nesnesi

Notlar

Bu değişim için önbelleğe alınan tanımlama bilgilerini kümesidir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestContext Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı