WebTestRequest.RecordedCookies Property

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

See Also

Reference

WebTestRequest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace