RequestIdentifier Property  | 
Version 87.1.132 
            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.Core (in CefSharp.Core.dll) Version: 87.1.132.0
Syntaxpublic ulong Identifier { get; }public:
virtual property unsigned long long Identifier {
	unsigned long long get () sealed;
}Property Value
Type: 
UInt64Implements
IRequestIdentifier
See Also