Click or drag to resize

CefResponseError Property

Gets or sets the response error code. Returns ERR_NONE if there was no error. This can be used by custom scheme handlers to return errors during initial request processing.

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

Property Value

Type: CefErrorCode
See Also