Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the request has cookies.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property HasCookies As Boolean
'Usage
Dim instance As WebTestRequest
Dim value As Boolean
value = instance.HasCookies
public bool HasCookies { get; }
public:
property bool HasCookies {
bool get ();
}
public function get HasCookies () : boolean
Property Value
Type: System.Boolean
true if the request has cookies; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.