Called to filter a chunk of data. This method will be called repeatedly until there is no more data to filter (resource response is complete), dataInRead matches dataIn.Length (all available pre-filter bytes have been read), and the method returns FilterStatus.Done or FilterStatus.Error.
Namespace: CefSharpCefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
SyntaxFilterStatus Filter( Stream dataIn, out long dataInRead, Stream dataOut, out long dataOutWritten )
FilterStatus Filter( Stream^ dataIn, [OutAttribute] long long% dataInRead, Stream^ dataOut, [OutAttribute] long long% dataOutWritten )Parameters
Type:
FilterStatusIf some or all of the pre-filter data was read successfully but more data is needed in order to continue filtering (filtered output is pending) return FilterStatus.NeedMoreData. If some or all of the pre-filter data was read successfully and all available filtered output has been written return FilterStatus.Done. If an error occurs during filtering return FilterStatus.Error.
RemarksDo not keep a reference to the buffers(Streams) passed to this method.
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