Compartir a través de


WebTestRequest.RecordedCookies (Propiedad)

Obtiene las cookies que se graban junto con la solicitud.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

WebTestRequest Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)