The multiplier used to calculate the total time-out period for read operations, in milliseconds. For each read operation, this value is multiplied by the requested number of bytes to be read.
Read/Write
| Visual Basic .NET |
ReadTotalTimeoutMultiplier As UInt32
|
|---|---|
| Visual C# |
UInt32 ReadTotalTimeoutMultiplier; |
A value of zero for both the ReadTotalTimeoutMultiplier and ReadTotalTimeoutConstant indicates that total time-outs are not used for read operations.
The property may throw exception. Refer to Handle errors sample for details.