get_ReadTimeout()

SslStream::get_ReadTimeout() const method

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

int32_t System::Net::Security::SslStream::get_ReadTimeout() const override

Return Value

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

See Also