Version 112.3.0
True if cookie is http-only.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public bool HttpOnly { get; set; }
public:
property bool HttpOnly {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also