UrlRequestJobIsDisposed Property |
Indicates if the object is already disposed.
Namespace:
DotNetBrowser.Net
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public bool IsDisposed { get; }
Property Value
Type:
Booleantrue if the object is already disposed and no longer access to the members allowed.
The access attempt may cause
ObjectDisposedException or an unexpected behaviour.
Implements
IAutoDisposableIsDisposedSee Also