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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CefErrorCode RequestError { get; }

Property Value

CefErrorCode
See Also