Click or drag to resize

RequestContext.IsSharingWith Method

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

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 85.3.121.0
Syntax
public virtual bool IsSharingWith(
	IRequestContext context
)

Parameters

context
Type: CefSharp.IRequestContext
context to compare

Return Value

Type: Boolean
Returns true if same storage

Implements

IRequestContext.IsSharingWith(IRequestContext)
See Also