Click or drag to resize

RequestPausedEventArgsResponseHeaders Property

Version 109.1.110
Response headers if intercepted at the response stage.

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

Property Value

Type: IListHeaderEntry
See Also