Datasnap.DSHTTPClient.TDSHTTP.IRequestHeaderList.Values

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IRequestHeaderList

Delphi

property Values[const Name: string]: string read GetValue write SetValue;

C++

__property System::UnicodeString Values[const System::UnicodeString Name] = {read=GetValue, write=SetValue};

Description

Represents the values of the headers in an HTTP request message.

See Also