Click or drag to resize

BaseGenericHttpMessageCookies Property

Gets or sets a list of Cookies that will be sent to the server

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public Variable[] Cookies { get; set; }

Property Value

Type: Variable
The cookies are sent in HTTP Header. When this list is not empty, it will replace any Cookies set in the Headers property.
See Also