RestSink.HttpRequestTimeout Property

Definition

The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

public object HttpRequestTimeout { get; set; }
member this.HttpRequestTimeout : obj with get, set
Public Property HttpRequestTimeout As Object

Property Value

Applies to