Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPResponse.Create
Constructor for the object instance.

constructor Create(AParent: TIdHTTP); virtual;
Parameters
AParent: TIdHTTP
HTTP Client that owns the response.

Description
Create is the constructor for the object instance. Create calls the inherited Create method, and assign AParent to the private member that represents the owner of the HTTP response.