RequestWillBeSentExtraInfoEventArgsHeaders Property |
Version 112.3.0
Raw request headers as they will be sent over the wire.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntaxpublic Headers Headers { get; }
public:
property Headers^ Headers {
Headers^ get ();
}
Property Value
Type:
Headers
See Also