| ickHTTPS Component |
| The HTTPS component can be used to securely 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 establishes a secure SSL connection as described in SSL standard. The server authenticates itself, then the client and the server estalish a key which is then used to encrypt the data exchanged between them. The SecurityFlags property can help you establish the level of security you want.
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 both cases, 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 |