Sdílet prostřednictvím


WebTestContext.CookieContainer – vlastnost

Získá nebo nastaví soubory cookie používané předchozí žádosti v testu výkonu webové.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Net.CookieContainer
Objekt CookieContainer.

Poznámky

Toto je sada souborů cookie, které jsou do mezipaměti pro tuto variantu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestContext Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů