CookieParamHttpOnly Property |
Version 90.6.50
True if cookie is http-only.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax public Nullable<bool> HttpOnly { get; set; }
public:
property Nullable<bool> HttpOnly {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also