|
<< Click to Display Table of Contents >> Navigation: Classes > THttpRequest > Methods > Create |
SIGNATURE=IW.HTTP.Request.THttpRequest.Create@PByte@Integer
ETYPE=Method
Declaration:
Delphi: |
public constructor Create(aBytes: PByte; aSize: Integer); |
C++: |
public: __fastcall THttpRequest(PByte aBytes, int aSize); |
Description: This is Create, a member of class THttpRequest.