IResponseResponseHeaders Property |
Version 55.0.0
Response Headers
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax NameValueCollection ResponseHeaders { get; set; }
property NameValueCollection^ ResponseHeaders {
NameValueCollection^ get ();
void set (NameValueCollection^ value);
}
Property Value
Type:
NameValueCollectionSee Also