IRequestIdentifier Property |
Version 130.1.90
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax ulong Identifier { get; }
property unsigned long long Identifier {
unsigned long long get ();
}
Property Value
UInt64See Also