Click or drag to resize

IRequestIdentifier Property

Version 75.1.140
Returns the globally unique identifier for this request or 0 if not specified. Can be used by IRequestHandler implementations in the browser process to track a single request across multiple callbacks.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
ulong Identifier { get; }

Property Value

Type: UInt64
See Also