The properties of the HttpClient class are listed below. For a complete list of HttpClient class members, see the HttpClient Members topic.
![]() | If true then streams are closed after a transfer has completed. |
![]() | The port on the server to which to connect to. |
![]() | Number of transfers before going to sleep |
![]() | The encoding to use for data when transferring in ASCII mode. |
![]() | Controls whether or not a file is deleted when a failure occurs. |
![]() | If set to true, the transfer mode in operations involving multiple files is automatically changed between ASCII and binary as appropriate. |
![]() | HTTP method to use - GET is the default |
![]() | Holds the HTTP parameters to be used for the next operation. These should be cleared if no parameters are to be used. |
![]() | Indicates whether the client is currently connected with the server. |
![]() | The number of bytes transferred in the last transfer operation. |
![]() | The remote name/path of the last file transferred. |
![]() | The license key string. |
![]() | The license owner string. |
![]() | The maximum transfer rate in bytes per sec |
![]() | Password to user (if required) |
![]() | Settings for using proxies. |
![]() | The domain-name or IP address of the HTTP server. |
![]() | Include hidden files in operations that involve listing of directories, and if supported by the server. Not applicable for HTTP. |
![]() | Enabling or not of sleeping after a certain number of transfers |
![]() | Number of seconds spent asleep |
![]() | Obsolete. Not applicable for HTTP. SOCKS proxies are not supported. |
![]() | Timeout on the requests in milliseconds. |
![]() | The size of the buffers (in bytes) used in writing to and reading from the data-sockets. |
![]() | The number of bytes transferred between each notification of the BytesTransferred event. |
![]() | By default the BytesTransferred event is not triggered during directory listings - this property can be used to enable this behaviour. |
![]() | The current file transfer type (BINARY or ASCII). |
![]() | User agent for HTTP requests |
![]() | User name to use (if required) |
![]() | Returns nothing since HTTP doesn't inherently support welcome messages. |