RequestInterceptedEventArgsInterceptionId Property  | 
Version 102.0.100 
            Each request the page makes will have a unique id, however if any redirects are encountered
            while processing that fetch, they will be reported with the same id as the original fetch.
            Likewise if HTTP authentication is needed then the same fetch id will be used.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntaxpublic string InterceptionId { get; }public:
property String^ InterceptionId {
	String^ get ();
}Property Value
Type: 
String
See Also