DevToolsClientFetch Property |
Version 118.6.80
A domain for letting clients substitute browser's network layer with client code.
Namespace:
CefSharp.DevTools
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public FetchClient Fetch { get; }
public:
property FetchClient^ Fetch {
FetchClient^ get ();
}
Property Value
Type:
FetchClientSee Also