System.Net.URLClient.IURLResponse.Headers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Headers: TNetHeaders read GetHeaders;

C++

__property System::DynamicArray<TNameValuePair> Headers = {read=GetHeaders};

Properties

Type Visibility Source Unit Parent
property public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient IURLResponse

Description

HTTP header fields of the response and their values.

See Also