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