Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property CookieContainer^ CookieContainer {
	CookieContainer^ get();
	void set(CookieContainer^ value);
}

Property Value

Type: System.Net::CookieContainer^

A CookieContainer object.

This is the set of cookies that are being cached for this variation.

Return to top
Show: