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