Unit 'LSHTTPSend' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_solutions]

LSHTTPGetPart

Declaration

Source position: LSHTTPSend.pas line 232

function LSHTTPGetPart(

  const ASkipTo: array of string;

  const AEnd: array of string;

  const AURL: string;

  const AIgnoreCase: Boolean = True;

  const AUseHTTPResultCodeOK: Boolean = True;

  const AProxyHost: ShortString = '';

  const AProxyPort: ShortString = '';

  const AProxyUser: ShortString = '';

  const AProxyPass: ShortString = ''

):string;

function LSHTTPGetPart(

  const ASkipTo: string;

  const AEnd: string;

  const AURL: string;

  const AIgnoreCase: Boolean = True;

  const AUseHTTPResultCodeOK: Boolean = True;

  const AProxyHost: ShortString = '';

  const AProxyPort: ShortString = '';

  const AProxyUser: ShortString = '';

  const AProxyPass: ShortString = ''

):string;



CT Web help

CodeTyphon Studio