Version 73.1.130
Header Collection
NOTE: This collection is a copy of the underlying type, to make changes, take a reference to the collection,
make your changes, then reassign the collection. At some point this will be replaced with a proper wrapper.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax NameValueCollection Headers { get; set; }
property NameValueCollection^ Headers {
NameValueCollection^ get ();
void set (NameValueCollection^ value);
}
Property Value
Type:
NameValueCollectionSee Also