HttpReadSettings.RequestTimeout Property

Definition

Gets or sets specifies the timeout for a HTTP client to get HTTP response from HTTP server.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to