CookieParamSameParty Property |
Version 93.1.111
True if cookie is SameParty.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax public bool? SameParty { get; set; }
public:
property Nullable<bool> SameParty {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also