HtmlObjectBaseHttpHeaders Property
A collection of the HTTP headers to be used when accessing a web page in this HTML object
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public KeyValueCollection HttpHeaders { get; }
Public ReadOnly Property HttpHeaders As KeyValueCollection
Get
public:
property KeyValueCollection^ HttpHeaders {
KeyValueCollection^ get ();
}
member HttpHeaders : KeyValueCollection with get
Property Value
KeyValueCollection