Click or drag to resize

RequestContext.IsDisposed Property

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

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

Property Value

Type: Boolean

Implements

IRequestContext.IsDisposed
See Also