RequestIsSameSite Property  | 
Version 108.4.130 
            True if this resource request is considered to be the 'same site' as the
            request correspondinfg to the main frame.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic bool? IsSameSite { get; set; }public:
property Nullable<bool> IsSameSite {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean
See Also