Sdílet prostřednictvím


WebTestRequest.RecordedCookies – vlastnost

Načte soubory cookie, které zaznamenávají společně s požadavkem.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Property RecordedCookies As String
    Get
    Friend Set
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)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

WebTestRequest Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů