Click or drag to resize

RequestCompletedEventArgsErrorCode Property

Gets the URL request error code. In case the request has failed, contains the error code of the network. Otherwise, has the default Undefined value.

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

Property Value

Type: NetError
The URL request error code.
See Also