ResponseRequestHeadersText Property |
Version 112.3.0
HTTP request headers text. This has been replaced by the headers in Network.requestWillBeSentExtraInfo.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public string RequestHeadersText { get; set; }
public:
property String^ RequestHeadersText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also