Click or drag to resize

UrlRequestJobUrlRequest Property

Gets the UrlRequest associated with this job.

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

Property Value

Type: UrlRequest
The UrlRequest associated with this job.
See Also