WebTestRequest.Cookies Property
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property Cookies As CookieCollection
public CookieCollection Cookies { get; internal set; }
public:
property CookieCollection^ Cookies {
CookieCollection^ get ();
internal: void set (CookieCollection^ value);
}
member Cookies : CookieCollection with get, internal set
function get Cookies () : CookieCollection
internal function set Cookies (value : CookieCollection)
Property Value
Type: CookieCollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.