Share via


WebApiSkill.Timeout Property

Definition

Gets or sets the desired timeout for the request. Default is 30 seconds.

[Newtonsoft.Json.JsonProperty(PropertyName="timeout")]
public TimeSpan? Timeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timeout")>]
member this.Timeout : Nullable<TimeSpan> with get, set
Public Property Timeout As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to