| ickHTTP Component |
| The HTTPS component can be used to transfer documents from the World Wide Web. (NOTE: The following is a very short description. For more information, please consult the help files that come with the respective package.) |
The component contains a number of properties that map directly to HTTP request headers. Files are saved to LocalFile and/or received through events: Transfer for contents, and Header for HTTP headers. The StartTransfer and EndTransfer events are fired at the beginning and end of transmission.
The URL property specifies the document to send or receive. To receive the document set the Action property to 'Get'. Data can be POST-ed to the HTTP server by assigning it to the PostData property and then setting the Action property to 'Post'. The PUT method is also supported: the user should set the URL, User and Password and set Action to 'Put'. In each case the content of AttachedFile will be appended to the data to be sent.
You can get the received data also from the ReceiveBuffer property if you set ReceiveBufferSize accordingly. These properties are especially useful if you cannot handle events in your programming environment.
This component requires the Microsoft WinInet support libraries to be present in the host computer.
| PROPERTIES |
| EVENTS |