Click or drag to resize

RequestPausedEventArgsResponseHeaders Property

Version 111.2.70
Response headers if intercepted at the response stage.

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

Property Value

Type: IListHeaderEntry
See Also