Click or drag to resize

HttpServerConnectionTimeout Property

Gets or sets the time-out value in milliseconds for the System.Net.HttpWebRequest.GetResponse() and System.Net.HttpWebRequest.GetRequestStream() methods.

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

Property Value

Type: Int32
The number of milliseconds to wait before the request times out. The default is 100,000 milliseconds (100 seconds).
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The value specified is less than zero and is not System.Threading.Timeout.Infinite.
See Also