Click or drag to resize

HttpServerConnectionReadWriteTimeout Property

Gets or sets a time-out in milliseconds when writing to or reading from a stream.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public int ReadWriteTimeout { get; set; }

Property Value

Type: Int32
The number of milliseconds before the writing or reading times out. The default value is 300,000 milliseconds (5 minutes).
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The value specified for a set operation is less than zero and is not equal to System.Threading.Timeout.Infinite
See Also