ResponseReceivedExtraInfoEventArgsHeadersText Property |
Version 130.1.90
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.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string HeadersText { get; }
public:
property String^ HeadersText {
String^ get ();
}
Property Value
StringSee Also