EMS.ResourceAPI.TEndpointHeaders.DoSetValue
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: EMS.ResourceAPI.pas EMS.ResourceAPI.hpp
| |
Unit: EMS.ResourceAPI | |
Parent: TEndpointHeaders |
Delphi
procedure DoSetValue(const AName, AValue: string); virtual;
C++
virtual void __fastcall DoSetValue(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, DoSetValue replaces the old value with the specified value.
SetValue calls DoSetValue.