SendFile

<< Click to Display Table of Contents >>

Navigation:  Classes > THttpReply > Methods >

SendFile

SIGNATURE=IW.HTTP.Reply.THttpReply.SendFile@string@Boolean@Boolean

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure SendFile(const aPathname: string; const aDisableCacheControl: Boolean; const aDelete: Boolean);

C++:

void public: __fastcall SendFile(const String aPathname, const bool aDisableCacheControl, const bool aDelete);

 

Description: This is SendFile, a member of class THttpReply.