Create

<< Click to Display Table of Contents >>

Navigation:  Classes > THttpReply > Methods >

Create

SIGNATURE=IW.HTTP.Reply.THttpReply.Create@PByte@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public constructor Create(aBuffer: PByte; const aSize: Integer);

C++:

public: __fastcall THttpReply(PByte aBuffer, const int aSize);

 

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