CefRequestIdentifier Property |
Returns the globally unique identifier for this request or 0 if not
specified. Can be used by CefRequestHandler implementations in the browser
process to track a single request across multiple callbacks.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ulong Identifier { get; }Property Value
UInt64
See Also