Begin processing the request. If you have the data in memory you can execute the callback immediately and return true. For Async processing you would typically spawn a Task to perform processing, then return true. When the processing is complete execute callback.Continue(); In your processing Task, simply set the StatusCode, StatusText, MimeType, ResponseLength and Stream
Namespace: CefSharpCefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxpublic virtual CefReturnValue ProcessRequestAsync( IRequest request, ICallback callback )
public: virtual CefReturnValue ProcessRequestAsync( IRequest^ request, ICallback^ callback )Parameters
Type:
CefReturnValueTo handle the request return true and call
Continueonce the response header information is available
Continuecan also be called from inside this method if header information is available immediately). To cancel the request return false.
See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4