Partager via


WebTestRequest.RecordedCookies, propriété

Obtient les cookies enregistrés avec la demande.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

WebTestRequest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms