ResponseConnectionReused Property |
Version 130.1.90
Specifies whether physical connection was actually reused for this request.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool ConnectionReused { get; set; }
public:
property bool ConnectionReused {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also