RequestMessageCookieContainer Property |
Gets or sets the cookie container used to store server cookies by the handler.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public CookieContainer CookieContainer { get; set; }
Public Property CookieContainer As CookieContainer
Get
Set
public:
property CookieContainer^ CookieContainer {
CookieContainer^ get ();
void set (CookieContainer^ value);
}
member CookieContainer : CookieContainer with get, set
Property Value
Type:
CookieContainer
A System.Net.CookieContainer that contains the cookies associated with this request.
See Also