HttpSettings.

Timeout Property

Summary

Time out for http request, default is 100 seconds reference https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient.timeout?view=netcore-3.1
Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
HttpSettings

Syntax

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

Value

Type Description
Nullable<TimeSpan>