TF5HTTPClientState Enumeration

Represents type TF5HTTPClientState.

Namespace: flcHTTPClient
type
 TF5HTTPClientState = (
 hcsInit,
 hcsStarting,
 hcsStopping,
 hcsStopped,
 hcsConnectFailed,
 hcsConnected_Ready,
 hcsSendingRequest,
 hcsSendingContent,
 hcsAwaitingResponse,
 hcsReceivedResponse,
 hcsReceivingContent,
 hcsResponseComplete,
 hcsResponseCompleteAndClosing,
 hcsResponseCompleteAndClosed,
 hcsRequestInterruptedAndClosed,
 hcsRequestFailed);

The TF5HTTPClientState type exposes the following members.

Show:
 NameDescription
hcsAwaitingResponse

Represents constant hcsAwaitingResponse.

hcsConnected_Ready

Represents constant hcsConnected_Ready.

hcsConnectFailed

Represents constant hcsConnectFailed.

hcsInit

Represents constant hcsInit.

hcsReceivedResponse

Represents constant hcsReceivedResponse.

hcsReceivingContent

Represents constant hcsReceivingContent.

hcsRequestFailed

Represents constant hcsRequestFailed.

hcsRequestInterruptedAndClosed

Represents constant hcsRequestInterruptedAndClosed.

hcsResponseComplete

Represents constant hcsResponseComplete.

hcsResponseCompleteAndClosed

Represents constant hcsResponseCompleteAndClosed.

hcsResponseCompleteAndClosing

Represents constant hcsResponseCompleteAndClosing.

hcsSendingContent

Represents constant hcsSendingContent.

hcsSendingRequest

Represents constant hcsSendingRequest.

hcsStarting

Represents constant hcsStarting.

hcsStopped

Represents constant hcsStopped.

hcsStopping

Represents constant hcsStopping.

Top