ResponseMessageCookies Property |
Gets or sets the cookie collection.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic CookieCollection Cookies { get; set; }
Public Property Cookies As CookieCollection
Get
Set
public:
property CookieCollection^ Cookies {
CookieCollection^ get ();
void set (CookieCollection^ value);
}
member Cookies : CookieCollection with get, set
Property Value
Type:
CookieCollection
See Also