Click or drag to resize

RequestPausedEventArgsResponseHeaders Property

Version 94.4.20
Response headers if intercepted at the response stage.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public IList<HeaderEntry> ResponseHeaders { get; }

Property Value

Type: IListHeaderEntry
See Also