Click or drag to resize

RequestContextIsSharingWith Method

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

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

Parameters

context
Type: CefSharpIRequestContext
context to comparecontext to compare

Return Value

Type: Boolean
Returns true if same storage

Return Value

Type: Boolean
Returns true if same storage

Implements

IRequestContextIsSharingWith(IRequestContext)
See Also