UrlRequestJobIsClosed Property  | 
 
                Indicates if the request is handled and all the data is sent.
            
 
    Namespace: 
   DotNetBrowser.Net
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.20.0
Syntaxpublic bool IsClosed { get; }Property Value
Type: 
Booleantrue if if the request is handled. 
Remarks
                The request is marked as handled when either 
Complete or 
Fail is called.
            
See Also