UrlRequestJobIsDisposed Property  | 
 
                Indicates if the object is already disposed.
            
 
    Namespace: 
   DotNetBrowser.Net
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.20.0
Syntaxpublic 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
IAutoDisposableIsDisposed
See Also