Click or drag to resize

ResponseReceivedExtraInfoEventArgsHeadersText Property

Version 94.4.20
Raw response header text as it was received over the wire. The raw text may not always be available, such as in the case of HTTP/2 or QUIC.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public string HeadersText { get; }

Property Value

Type: String
See Also