Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.Values
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
Unit: Datasnap.DSHTTPClient | |
Parent: IHeaderList |
Delphi
property Values[const Name: string]: string read GetValue;
C++
__property System::UnicodeString Values[const System::UnicodeString Name] = {read=GetValue};
Description
Represents the values of the HTTP header fields.