AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLConnection..::..RequestRetry Property

Gets or sets a value indicating whether a failed request will be retried. The retry will be done once, without compression. Defaults to true.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public bool RequestRetry { get; set; }

Field Value

true if a failed request will be retried without compression.; otherwise, false.