ResponseHeadersText Property |
Version 104.4.240
HTTP response headers text. This has been replaced by the headers in Network.responseReceivedExtraInfo.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public string HeadersText { get; set; }
public:
property String^ HeadersText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also