Share via


WebApiSkill.Timeout プロパティ

定義

要求に必要なタイムアウトを取得または設定します。 既定値は 30 秒です。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象