Urdl C++ Library

PrevUpHomeNext
istreambuf::read_timeout (2 of 2 overloads)

Sets the read timeout of the stream buffer.

void read_timeout(
    std::size_t milliseconds);

Parameters

milliseconds

The timeout, in milliseconds, to be used for individual read operations on the underlying transport, when downloading the URL's content.


PrevUpHomeNext