Click or drag to resize

IRequestContextIsSharingWith Method

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

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

Parameters

context
Type: CefSharpIRequestContext
context to compare

Return Value

Type: Boolean
Returns true if same storage
See Also