Click or drag to resize

RequestContextIsDisposed Property

Version 94.4.20
Gets a value indicating whether the RequestContext has been disposed of.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public bool IsDisposed { get; }

Property Value

Type: Boolean

Implements

IRequestContextIsDisposed
See Also