Unit 'internetaccess' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_internettools]

TTransfer

Declaration

Source position: internetaccess.pas line 162

type TTransfer = record

public

  method: string;

  

  url: string;

  

  decodedUrl: TDecodedUrl;

  

  data: TPCharView;

  

  ownerAccess: TInternetAccess;

  

  writeBlockCallback: TTransferBlockWriteEvent;

  

  inflater: TTransferContentInflater;

  

  currentSize: sizeint;

  

  contentLength: sizeint;

  

  HTTPResultCode: LongInt;

  

  HTTPErrorDetails: string;

  

  receivedHTTPHeaders: THTTPHeaderList;

  

  procedure beginTransfer();

  

  procedure writeBlock();

  

  procedure endTransfer;

  

end;



CT Web help

CodeTyphon Studio