Click or drag to resize

UrlRequestJobIsClosed Property

Indicates if the request is handled and all the data is sent.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public bool IsClosed { get; }

Property Value

Type: Boolean
true if if the request is handled.
Remarks
See Also