WgetSettings.

DnsTimeout Property

Summary

Set the DNS lookup timeout to seconds seconds. DNS lookups that don’t complete within the specified time will fail. By default, there is no timeout on DNS lookups, other than that implemented by system libraries.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

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

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
Nullable<TimeSpan>

See Also