Aspose::Pdf::Security::Impl::FileDownloader::DownloadData metod

FileDownloader::DownloadData method

Laddar ner data från den specificerade URL:en med den angivna tidsgränsen.

static System::ArrayPtr<uint8_t> Aspose::Pdf::Security::Impl::FileDownloader::DownloadData(const System::String &url, int32_t timeout)
ParameterTypBeskrivning
urlconst System::String&URL:en att ladda ner data från.
timeoutint32_tTimeout-värdet i millisekunder för nedladdningsoperationen.

ReturnValue

En bytearray som innehåller den nedladdade datan från den specificerade URL:en.

Se även