Type: Integer
The read-only state property of the JadeHTTPConnection class contains the state of the connection. Its value can be one of the following JadeHTTPConnection class constants.
State_Failure, indicating a failed HTTP connection state; for example:
Open failed
Send request headers failed
Invalid verb specified for send headers
WinINet authentication failure
WinINet set option failure
WinINet open/connect failure
State_NeedConnection, indicating that the connection is not open or needs to be opened
State_NeedRequest, indicating that the connection is ready and waiting for a request
State_NoData, indicating that no data is available (note that this constant is not currently supported)