FileWebRequest.Timeout Property
Gets or sets the length of time until the request times out.
Assembly: System (in System.dll)
Property Value
Type: System.Int32The time, in milliseconds, until the request times out, or the value Timeout.Infinite to indicate that the request does not time out.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value specified is less than or equal to zero and is not Infinite. |
A Domain Name System (DNS) query may take up to 15 seconds to return or time out. If your request contains a host name that requires resolution and you set Timeout to a value less than 15 seconds, it may take 15 seconds or more before a WebException is thrown to indicate a time-out on your request.
The following code example sets the Timeout property. Refer to the complete example in the FileWebRequest class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.