Unit 'flcHTTPClient' Package
[Overview][Types][Classes][Index] [#pl_fundamentals]

TF5HTTPClientState

Declaration

Source position: flcHTTPClient.pas line 129

type TF5HTTPClientState = (

  hcsInit,

  

  hcsStarting,

  

  hcsConnectFailed,

  

  hcsConnectedReady,

  

  hcsSendingRequest,

  

  hcsSendingContent,

  

  hcsAwaitingResponse,

  

  hcsReceivedResponse,

  

  hcsReceivingContent,

  

  hcsResponseComplete,

  

  hcsResponseCompleteAndClosing,

  

  hcsResponseCompleteAndClosed,

  

  hcsRequestInterruptedAndClosed,

  

  hcsRequestFailed,

  

  hcsStopping,

  

  hcsStopped

  

);



CT Web help

CodeTyphon Studio