Urdl C++ Library

PrevUpHomeNext
istreambuf::read_timeout (1 of 2 overloads)

Gets the read timeout of the stream buffer.

std::size_t read_timeout() const;

Return Value

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


PrevUpHomeNext