ServiceWorkerVersionScriptResponseTime Property |
Version 130.1.90
The time at which the response headers of the main script were received from the server.
For cached script it is the last time the cache entry was validated.
Namespace: CefSharp.DevTools.ServiceWorkerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public double? ScriptResponseTime { get; set; }
public:
property Nullable<double> ScriptResponseTime {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
NullableDoubleSee Also