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.9.36244
Syntaxpublic int ReadWriteTimeout { get; set; }
Public Property ReadWriteTimeout As Integer
Get
Set
/** @property */
public int get_ReadWriteTimeout()
/** @property */
public void set_ReadWriteTimeout(int value)
function get ReadWriteTimeout () : int
function set ReadWriteTimeout (value : int)
Property Value
Type:
Int32
The number of milliseconds before the writing or reading times out. The default
value is 300,000 milliseconds (5 minutes).
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
The value specified for a set operation is less than zero and
is not equal to System.Threading.Timeout.Infinite
|
See Also