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.25.1
Syntax public NetError ErrorCode { get; }
Property Value
Type:
NetErrorThe URL request error code.
See Also