Click or drag to resize

CefUrlRequestRequestError Property

Returns the request error if status is UR_CANCELED or UR_FAILED, or 0 otherwise.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefErrorCode RequestError { get; }

Property Value

Type: CefErrorCode
See Also