WgetSettings.

ReadTimeout Property

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
WgetArgumentNameAttribute

Value

Type Description
Nullable<TimeSpan>

See Also