Back to product page

HttpStates enumeration


List shows all states that can occur during one session.

Remarks

Typically, they will be provided through State property, and will sequentially change from StateNotConnected up to StateDisconnecting. However, if wodHttpDLX makes more than one request internally, it is possible that sequence changes, and state changes became 'out of order'.

Members
Constant Value Description
StateNotConnected0 Not connected.
StateConnecting 1 Connecting to server.
StateConnected2 Connected - idle.
StateSendingHeaders 3 Sending Headers data.
StateSendingBody4 Sending body data.
StateWaitingResponse 5 Waiting for response from the server.
StateReceivingHeaders6 Receiving Headers data.
StateReceivingBody 7 Receiving body data.
StateDisconnecting8 Disconnecting.

Platforms

Windows