次の方法で共有


AFDEndpoint.OriginResponseTimeoutSeconds プロパティ

定義

配信元への要求の転送時の送受信タイムアウトを取得または設定します。 タイムアウトに達すると、要求は失敗し、返されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.originResponseTimeoutSeconds")]
public int? OriginResponseTimeoutSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.originResponseTimeoutSeconds")>]
member this.OriginResponseTimeoutSeconds : Nullable<int> with get, set
Public Property OriginResponseTimeoutSeconds As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象