Click or drag to resize

RequestContextIsSharingWith Method

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

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

Parameters

context  IRequestContext
context to compare

Return Value

Boolean
Returns true if same storage

Implements

IRequestContextIsSharingWith(IRequestContext)
See Also