WgetSettings.

ConnectTimeout Property

Summary

Set the connect timeout to seconds seconds. TCP connections that take longer to establish will be aborted. By default, there is no connect timeout, other than that implemented by system libraries.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public Nullable<TimeSpan> ConnectTimeout { get; set; }

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
Nullable<TimeSpan>

See Also