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
Syntaxpublic Variable[] Cookies { get; set; }Public Property Cookies As Variable()
	Get
	Set
public:
property array<Variable^>^ Cookies {
	array<Variable^>^ get ();
	void set (array<Variable^>^ value);
}member Cookies : Variable[] with 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