Click or drag to resize

RequestPausedEventArgsResponseHeaders Property

Version 110.0.300
Response headers if intercepted at the response stage.

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

Property Value

Type: IListHeaderEntry
See Also