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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.