EMS.ResourceAPI.TEndpointHeaders.SetValue
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: EMS.ResourceAPI.pas EMS.ResourceAPI.hpp
| |
| Unit: EMS.ResourceAPI | |
| Parent: TEndpointHeaders | |
Delphi
procedure SetValue(const AName, AValue: string);
C++
void __fastcall SetValue(const System::UnicodeString AName, const System::UnicodeString AValue);
Description
Adds a header with the specified name and value to the group of headers.
If a header with the same name already exists in the group of headers, SetValue replaces the old value with the specified value.