Property ErrorCode
- Namespace
- DotNetBrowser.Net.Events
- Assembly
- DotNetBrowser.dll
ErrorCode
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.
public NetError ErrorCode { get; }
Property Value
- NetError
The URL request error code.