Click or drag to resize

CefSharp.ResponseFilter Namespace

Version 94.4.20

[Missing <summary> documentation for "N:CefSharp.ResponseFilter"]

Classes
  ClassDescription
Public classStreamResponseFilter
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.