Aspose::Pdf::Security::Impl::FileDownloader::DownloadData method
FileDownloader::DownloadData method
Downloads data from the specified URL using the provided timeout.
static System::ArrayPtr<uint8_t> Aspose::Pdf::Security::Impl::FileDownloader::DownloadData(System::String url, int32_t timeout)
| Parameter | Type | Description |
|---|---|---|
| url | System::String | The URL to download data from. |
| timeout | int32_t | The timeout value in milliseconds for the download operation. |
ReturnValue
A byte array containing the downloaded data from the specified URL.
See Also
- Typedef ArrayPtr
- Class String
- Class FileDownloader
- Namespace Aspose::Pdf::Security::Impl
- Library Aspose.PDF for C++