Error

  EVENT Error ( )  

If any error happened during request proccess, this event will raise, and Status property will turn to a value lesser than zero, reflecting error type:

Constant Value Comment
CannotCreateSocket -2 The system didn't allow to create a new socket
ConnectionRefused -3 Remote host does not allow to connect to desired port
CannotRead -4 Socket Error while receiving data
CannotWrite -5 Socket Error while sending data
HostNotFound -6 The object could not translate host name to IP
BadReply -11 Header data received from server is not conforming to HTTP standard
SocketClosed -12 Remote host closed connection before data transaction was finished


Referenced by :