The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestContext::CookieContainer Property
Gets or sets the cookies used by previous requests in the Web performance test.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property CookieContainer^ CookieContainer { CookieContainer^ get(); void set(CookieContainer^ value); }
This is the set of cookies that are being cached for this variation.
Show: