Namespace: OpenEdge.Net.HTTP
Class
ClientOptions
Parent classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object

Copyright (c) 2014-2016 by Progress Software Corporation. All rights reserved.
File:ClientOptions
Purpose:A set of options for the HttpClient
Author(s):pjudge
Created:Fri May 23 13:41:30 EDT 2014



Constructor Summary
Options Name Purpose
ClientOptions () /** Constructor. */

Property Summary
Options Name Purpose
INTEGER NumRetries /** How many retries of the same request should be attempted */
DECIMAL PauseBetweenRetry /** The number of seconds (incl. fractions of seconds) between retries */
DECIMAL RequestTimeout /** Defines the maximum time a request must take */


Constructor Detail
Top

ClientOptions ()

Purpose: Constructor.


Property Detail
Top

INTEGER NumRetries

Purpose: How many retries of the same request should be attempted
Returns INTEGER
Top

DECIMAL PauseBetweenRetry

Purpose: The number of seconds (incl. fractions of seconds) between retries
Returns DECIMAL
Top

DECIMAL RequestTimeout

Purpose: Defines the maximum time a request must take
Returns DECIMAL


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7