Click or drag to resize

RequestCompletedEventArgsStatus Property

Gets the status of the current URL request.

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

Property Value

Type: RequestStatus
The status of the current URL request.
See Also