Freigeben über


RestSink.HttpRequestTimeout Eigenschaft

Definition

Ruft das Timeout (TimeSpan) ab, um eine HTTP-Antwort zu erhalten, oder legt dieses fest. Dabei handelt es sich um das Timeout zum Empfangen einer Antwort, nicht das Timeout zum Lesen von Antwortdaten. Standardwert: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)? (\d\d):(60| ([0-5][0-9])):( 60| ([0-5][0-9])).

[Newtonsoft.Json.JsonProperty(PropertyName="httpRequestTimeout")]
public object HttpRequestTimeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="httpRequestTimeout")>]
member this.HttpRequestTimeout : obj with get, set
Public Property HttpRequestTimeout As Object

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: