System::Net::Sockets::NetworkStream::get_ReadTimeout method

NetworkStream::get_ReadTimeout method

Gets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.

int32_t System::Net::Sockets::NetworkStream::get_ReadTimeout() const override

ReturnValue

A value in milliseconds that determines how long the stream will attempt to read before timing out.

See Also