Partilhar via


Propriedade WebTestRequest.RecordedCookies

Obtém os cookies que é registrado junto com a solicitação.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

WebTestRequest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting