Click or drag to resize

IRequestContext.IsSharingWith Method

Version 94.4.20
Returns true if this object is sharing the same storage as the specified context.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
bool IsSharingWith(
	IRequestContext context
)

Parameters

context
Type: CefSharp.IRequestContext
context to compare

Return Value

Type: Boolean
Returns true if same storage
See Also