Click or drag to resize

RequestPausedEventArgsResponseHeaders Property

Version 108.4.130
Response headers if intercepted at the response stage.

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

Property Value

Type: IListHeaderEntry
See Also