This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Wget.
Summary
Set the read (and write) timeout to
seconds
seconds.
The “time” of this timeout refers to idle time: if, at any point in the download, no data is received for more than the specified number of seconds, reading fails and the download is restarted.
This option does not directly affect the duration of the entire download.
- Assembly
- Cake
.Wget .dll - Namespace
- Cake
.Wget - Containing Type
- WgetSettings
Syntax
public Nullable<TimeSpan> ReadTimeout { get; set; }
Remarks
Of course, the remote server may choose to terminate the connection sooner than this option requires. The default read timeout is
900
seconds.
Attributes
Type | Description |
---|---|
Wget |
Value
Type | Description |
---|---|
Nullable |