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.

WebTestResponse::Cookies Property

 

Gets the cookies associated with the response.

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

public:
property CookieCollection^ Cookies {
	CookieCollection^ get();
}

Property Value

Type: System.Net::CookieCollection^

A CookieCollection collection.

Cookies set by the Web server are maintained by the test engine to be used throughout the entire Web performance test.

Return to top
Show: