DataEntryResponseHeaders Property |
Version 106.0.290
Response headers
Namespace:
CefSharp.DevTools.CacheStorage
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public IList<Header> ResponseHeaders { get; set; }
public:
property IList<Header^>^ ResponseHeaders {
IList<Header^>^ get ();
void set (IList<Header^>^ value);
}
Property Value
Type:
IListHeaderSee Also