Sets the open timeout of the stream.
void open_timeout( std::size_t milliseconds);
Parameters
The timeout, in milliseconds, to be used when opening a URL.
Remarks
Performs rdbuf()->open_timeout(milliseconds).
rdbuf()->open_timeout(milliseconds)