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)
ParameterTypeDescription
urlSystem::StringThe URL to download data from.
timeoutint32_tThe timeout value in milliseconds for the download operation.

ReturnValue

A byte array containing the downloaded data from the specified URL.

See Also