Click or drag to resize

Request.IsDisposed Property

Version 97.1.60
Gets a value indicating whether the request has been disposed of.

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

Property Value

Type: Boolean

Implements

IRequest.IsDisposed
See Also