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 is 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; internal set; }
public:
property String^ RecordedCookies {
String^ get ();
internal: void set (String^ value);
}
member RecordedCookies : string with get, internal set
function get RecordedCookies () : String
internal function set RecordedCookies (value : String)
Property Value
Type: System.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.