CefSharp.ResponseFilter Namespace |
Version 86.0.240 [Missing <summary> documentation for "N:CefSharp.ResponseFilter"]
Classes
| Class | Description |
---|
| StreamResponseFilter |
StreamResponseFilter - copies all data from IResponseFilter.Filter
to the provided Stream. The Stream must be writable, no data will be copied otherwise.
The StreamResponseFilter will release it's reference (set to null) to the Stream when it's Disposed.
|