LogEntryNetworkRequestId Property |
Version 100.0.140
Identifier of the network request associated with this entry.
Namespace:
CefSharp.DevTools.Log
Assembly:
CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.0)
Syntaxpublic string NetworkRequestId { get; set; }
public:
property String^ NetworkRequestId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also