ResponseRequestHeaders Property |
Version 118.6.80
Refined HTTP request headers that were actually transmitted over the network.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Headers RequestHeaders { get; set; }
public:
property Headers^ RequestHeaders {
Headers^ get ();
void set (Headers^ value);
}
Property Value
Type:
HeadersSee Also