Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the cookies that are recorded together with the request.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property RecordedCookies As String
public string RecordedCookies { get; set; }
public:
property String^ RecordedCookies {
String^ get ();
void set (String^ value);
}
member RecordedCookies : string with get, set
function get RecordedCookies () : String
function set RecordedCookies (value : String)
Property Value
Type: String
.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.