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

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