Xbasic
INET Namespace
Description
Socket and SSL support classes.
- Name
- Description
- INET::FTP Class
Class for uploading data using FTP/FTPS(FTP over SSL). For SFTP (FTP over SSH), use INET::SFTP
- INET::SFTP Class
Class for uploading data using SFTP (FTP over SSH). For FTP or FTPS(FTP over SSL) use INET::FTP
- INET::Socket Methods
Available INET::Socket Methods for working with web sockets.
- INET::SSLContext Class
Methods for working with SSL certificates and encrypted data.
- INET::SSLSocket Class
Properties and methods in the SSLSocket class.
- INET::UploadedFile Class
Methods and properties for a file that has been uploaded to the server. Files can be uploaded using Action Javascript or a form POST submit action.