System.Net.URLClient.IURLResponse.Headers
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.