|
<< Click to Display Table of Contents >> Navigation: Classes > THttpReply > Methods > AddHeader |
SIGNATURE=IW.HTTP.Reply.THttpReply.AddHeader@string@string
ETYPE=Method
Declaration:
Delphi: |
public procedure AddHeader(const aName: string; const aValue: string); |
C++: |
void public: __fastcall AddHeader(const String aName, const String aValue); |
Description: This is AddHeader, a member of class THttpReply.