Udostępnij za pośrednictwem


Właściwość WebTestRequest.RecordedCookies —

Pobiera pliki cookie, które są zapisywane razem z wnioskiem.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: System.String

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestRequest Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting