RequestInterceptedEventArgsInterceptionId Property |
Version 99.2.120
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: 99.2.120.0 (99.2.120.0)
Syntax public string InterceptionId { get; }
public:
property String^ InterceptionId {
String^ get ();
}
Property Value
Type:
StringSee Also